index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
3
-1
/
+82
*
File::Clear() -> File::TakeStreamAndClear()
Lawrence D'Anna
2019-10-01
1
-3
/
+4
*
Give an error when StepUsingScriptedThreadPlan is passed a bad classname.
Jim Ingham
2019-09-28
1
-1
/
+5
*
Fix some swig warnings
Pavel Labath
2019-09-27
5
-21
/
+3
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-5
/
+4
*
[lldb] Excludes private headers from SWIG dependency.
Haibo Huang
2019-09-25
1
-0
/
+6
*
[lldb] Move swig call from python code to cmake
Haibo Huang
2019-09-25
3
-629
/
+24
*
[lldb] [cmake] Fix installing Python modules on systems using /usr/lib
Michal Gorny
2019-09-25
2
-10
/
+13
*
prepare_binding_Python: print readable errors if SWIG fails
Jonas Devlieghere
2019-09-20
1
-4
/
+6
*
Revert "Fix swig python package path"
Haibo Huang
2019-09-20
1
-6
/
+4
*
Fix command-script-import.test on linux
Pavel Labath
2019-09-18
1
-4
/
+4
*
Fix swig python package path
Haibo Huang
2019-09-16
1
-4
/
+6
*
[Python] Implement __next__ for value_iter
Jonas Devlieghere
2019-09-04
1
-1
/
+4
*
[Python] Implement truth testing for lldb.value
Jonas Devlieghere
2019-09-04
1
-0
/
+3
*
[Python] Fix whitespace before making changes (NFC)
Jonas Devlieghere
2019-09-04
1
-164
/
+164
*
[lldb] Remove Xcode project legacy
Stefan Granitz
2019-07-24
13
-1761
/
+0
*
Remove Xcode project remnants
Jonas Devlieghere
2019-07-22
1
-56
/
+0
*
[LLDB] Remove the Xcode project
Jonas Devlieghere
2019-07-22
1
-251
/
+0
*
[lldb][swig] Fix autodocs flag parsing
Jordan Rupprecht
2019-07-18
1
-1
/
+1
*
[swig] Enable autodoc feature
Jonas Devlieghere
2019-07-18
1
-0
/
+1
*
Revert "[swig] Add workaround for old swig"
Jonas Devlieghere
2019-07-16
1
-5
/
+0
*
[SWIG] Deprecate SWIG 1.x
Jonas Devlieghere
2019-07-16
1
-0
/
+5
*
[swig] Add workaround for old swig
Jonas Devlieghere
2019-07-11
1
-0
/
+5
*
[scripts] Remove the unused 'shush' script.
Davide Italiano
2019-07-10
1
-64
/
+0
*
[swig] Don't mess with swig internals.
Jonas Devlieghere
2019-07-02
31
-842
/
+287
*
Revert "[swig] Define attribute(ref) instead of accessing swig internals."
Jonas Devlieghere
2019-07-02
10
-114
/
+289
*
[swig] Define attribute(ref) instead of accessing swig internals.
Jonas Devlieghere
2019-07-02
10
-289
/
+114
*
Make SBDebugger.RunCommandInterpreter callable from Python.
Jim Ingham
2019-05-15
1
-0
/
+26
*
Kill modify-python-lldb.py
Pavel Labath
2019-04-24
3
-189
/
+0
*
modify-python-lldb: Remove \a-removing code
Pavel Labath
2019-04-23
5
-23
/
+19
*
modify-python-lldb.py: Remove docstring formatting code
Pavel Labath
2019-04-21
3
-79
/
+60
*
Clean up docstrings in swig interface files
Pavel Labath
2019-04-18
55
-1824
/
+1563
*
[Shell] Simplify Extracting Python Version
Jonas Devlieghere
2019-04-18
1
-2
/
+1
*
Docstringify some comments in the swig interface files
Pavel Labath
2019-04-10
3
-4
/
+8
*
Remove unneeded #ifdef SWIGs
Pavel Labath
2019-04-09
1
-3
/
+0
*
modify-python-lldb.py: Remove ifdef SWIG-removing code
Pavel Labath
2019-04-08
1
-13
/
+4
*
modify-python-lldb.py: Insert initialization code with swig instead
Pavel Labath
2019-04-05
2
-7
/
+10
*
modify-python-lldb.py: (Re)move __len__ and __iter__ support
Pavel Labath
2019-04-04
3
-106
/
+26
*
modify-python-lldb.py: clean up __iter__ and __len__ support
Pavel Labath
2019-04-03
14
-36
/
+117
*
Make operator==s consistent between c++ and python APIs
Pavel Labath
2019-04-02
7
-45
/
+34
*
[Cmake] Unify python variables
Jonas Devlieghere
2019-03-29
1
-2
/
+0
*
[Python] Remove readline module
Jonas Devlieghere
2019-03-29
4
-128
/
+0
*
Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".
Jim Ingham
2019-03-28
1
-10
/
+5
*
python 2/3 compat: commands vs subprocess
Serge Guelton
2019-03-26
1
-2
/
+2
*
Python 2/3 compatibility: from __future__ import print_function
Serge Guelton
2019-03-21
6
-48
/
+50
*
Workaround Python's map difference between Python2/3
Serge Guelton
2019-03-21
1
-2
/
+4
*
Use list comprehension instead of map/filter to prepare Python2/3 compat
Serge Guelton
2019-03-21
2
-6
/
+4
*
Fix/unify SBType comparison
Pavel Labath
2019-03-13
2
-1
/
+4
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
57
-18
/
+124
*
[build] Rename clang-headers to clang-resource-headers
Shoaib Meenai
2019-03-04
1
-1
/
+1
[prev]
[next]