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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Scripts] Move android script from underneath Python dir
Jonas Devlieghere
2020-01-10
2
-265
/
+0
*
[lldb/Scripts] Remove remote-build.py
Jonas Devlieghere
2020-01-10
1
-312
/
+0
*
[lldb/Bindings] Move bindings into their own subdirectory
Jonas Devlieghere
2020-01-09
5
-2347
/
+0
*
[lldb/SWIG] Refactor extensions to be non Python-specific (3/3)
Jonas Devlieghere
2020-01-08
1
-253
/
+4
*
[lldb/SWIG] Refactor extensions to be non Python-specific (2/2)
Jonas Devlieghere
2020-01-08
1
-272
/
+4
*
[lldb/SWIG] Refactor extensions to be non Python-specific
Jonas Devlieghere
2020-01-08
1
-13
/
+0
*
Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""
Jonas Devlieghere
2020-01-07
1
-0
/
+12
*
Re-land "[lldb/Lua] Add string conversion operator for SBTarget."
Jonas Devlieghere
2020-01-07
1
-12
/
+0
*
Revert "[lldb/Lua] Add string conversion operator for SBTarget."
Jonas Devlieghere
2020-01-07
1
-0
/
+12
*
[lldb/Lua] Add string conversion operator for SBTarget.
Jonas Devlieghere
2020-01-07
1
-12
/
+0
*
[LLDB][Python] remove ArgInfo::count
Lawrence D'Anna
2019-11-04
1
-4
/
+16
*
[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-29
1
-20
/
+22
*
[lldb] move package generation from python to cmake
Haibo Huang
2019-10-28
2
-332
/
+17
*
[LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-27
1
-5
/
+11
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
1
-2
/
+15
*
remove multi-argument form of PythonObject::Reset()
Lawrence D'Anna
2019-10-22
3
-224
/
+45
*
convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-19
1
-5
/
+10
*
[LLDB] bugfix: command script add -f doesn't work for some callables
Lawrence D'Anna
2019-10-19
1
-4
/
+8
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
1
-68
/
+0
*
[lldb] move more things from python to cmake
Haibo Huang
2019-10-16
1
-237
/
+0
*
[lldb] Creates _liblldb symlink from cmake
Haibo Huang
2019-10-15
1
-282
/
+0
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-0
/
+16
*
SBFile: add a bunch of tests that should eventually work.
Lawrence D'Anna
2019-10-09
1
-11
/
+11
*
Revert "[lldb] Calculate relative path for symbol links"
Jim Ingham
2019-10-09
1
-4
/
+19
*
allow arbitrary python streams to be converted to SBFile
Lawrence D'Anna
2019-10-09
1
-0
/
+63
*
[lldb] Unifying lldb python path
Haibo Huang
2019-10-07
1
-92
/
+1
*
[lldb] Fix crash on SBCommandReturnObject & assignment
Jan Kratochvil
2019-10-04
1
-28
/
+2
*
[lldb] Fix typo in r373675
Sam McCall
2019-10-04
1
-1
/
+1
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
1
-1
/
+18
*
[lldb] Remove unused variables.
Haibo Huang
2019-10-03
1
-5
/
+0
*
[lldb] Calculate relative path for symbol links
Haibo Huang
2019-10-03
1
-17
/
+4
*
"Fix" TestFileHandle.py on non-darwin platforms
Pavel Labath
2019-10-03
1
-0
/
+8
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-1
/
+1
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
1
-1
/
+42
*
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
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-5
/
+4
*
[lldb] Move swig call from python code to cmake
Haibo Huang
2019-09-25
1
-396
/
+0
*
prepare_binding_Python: print readable errors if SWIG fails
Jonas Devlieghere
2019-09-20
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
1
-309
/
+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
*
Kill modify-python-lldb.py
Pavel Labath
2019-04-24
2
-188
/
+0
*
modify-python-lldb: Remove \a-removing code
Pavel Labath
2019-04-23
1
-4
/
+0
*
modify-python-lldb.py: Remove docstring formatting code
Pavel Labath
2019-04-21
1
-15
/
+1
*
[Shell] Simplify Extracting Python Version
Jonas Devlieghere
2019-04-18
1
-2
/
+1
*
modify-python-lldb.py: Remove ifdef SWIG-removing code
Pavel Labath
2019-04-08
1
-13
/
+4
[next]