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
/
source
/
Plugins
/
ScriptInterpreter
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
2
-2
/
+2
*
[CMake] [4/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+11
*
Fix clang build for r291198
Pavel Labath
2017-01-06
1
-1
/
+1
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-6
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-3
/
+3
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-2
/
+3
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
2
-4
/
+32
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-42
/
+37
*
This is the main part of a change to add breakpoint save and restore to lldb.
Jim Ingham
2016-09-12
1
-7
/
+8
*
Fix about a dozen compile warnings
Ilia K
2016-09-12
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
7
-4974
/
+4434
*
Moved #include for lldb-python.h to a distinct group with a reminder comment
Kate Stone
2016-08-19
3
-1
/
+7
*
Make sure files include what they use (part 2/2)
Pavel Labath
2016-08-11
2
-3
/
+3
*
Fix a problem where if a uint64_t value is placed into a python dictionary an...
Greg Clayton
2016-08-10
1
-1
/
+12
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
2
-3
/
+9
*
Add a few more needed bits to the scripted thread plans.
Jim Ingham
2016-08-05
2
-0
/
+19
*
Add a default-value bool flag pretty_print to the StructuredData Dump methods.
Jason Molenda
2016-07-20
2
-2
/
+2
*
Fix an issue where the @lldb.command marker would not work with the new 5-arg...
Enrico Granata
2016-06-24
2
-1
/
+26
*
Don't crash when OS plug-in returns None from any of the functions we might c...
Greg Clayton
2016-05-16
1
-16
/
+24
*
Add support for synthetic child providers to optionally return a customized t...
Enrico Granata
2016-05-02
2
-0
/
+68
*
Initialize the Python script interpreter lazily (i.e. not at debugger startup)
Enrico Granata
2016-04-12
1
-4
/
+4
*
Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...
Pavel Labath
2016-04-12
2
-8
/
+8
*
Restore the lazy initialization of ScriptInterpreterPython, which was lost as...
Enrico Granata
2016-04-12
2
-8
/
+8
*
Fix TestImport for Windows by ensuring backslashes in the directory paths are...
Adrian McCarthy
2016-04-07
1
-7
/
+8
*
Make File option flags consistent for Python API
Stephane Sezer
2016-03-24
1
-2
/
+2
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-3
/
+4
*
Fixed the python interpreter so that it correctly inherits the top IOHandler'...
Greg Clayton
2016-03-10
2
-37
/
+38
*
Fix an issue where pressing CTRL+C in the interactive script interpreter caus...
Enrico Granata
2016-02-09
1
-1
/
+1
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Fix const cast error for MSVC2015 build.
Aidan Dodds
2016-01-28
1
-1
/
+1
*
Fix swig typemap for SBEvent.
Zachary Turner
2016-01-25
2
-0
/
+119
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
2
-0
/
+22
*
Don't define Bytes and String to be the same number on Py2.
Zachary Turner
2016-01-11
1
-4
/
+0
*
Fix Python 3 issues related to OS plugins.
Zachary Turner
2016-01-11
1
-3
/
+3
*
Introduce a PythonBytes class into PythonDataObjects.
Zachary Turner
2016-01-11
2
-0
/
+145
*
Python 3 - Fix script import --allow-reload.
Zachary Turner
2015-12-04
1
-3
/
+8
*
Python3 - Fix some issues related to `PythonFile` class.
Zachary Turner
2015-11-16
1
-0
/
+6
*
Remove debugging code left in by accident.
Zachary Turner
2015-11-13
1
-2
/
+0
*
Modernize FormatBacktrace() and make portable for Python 3.
Zachary Turner
2015-11-13
3
-21
/
+26
*
Another fix for LLDB_DISABLE_PYTHON=1
Zachary Turner
2015-11-13
1
-1
/
+5
*
Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1
Zachary Turner
2015-11-13
2
-0
/
+8
*
Fix a bug in PythonExceptionState and add unittest coverage.
Zachary Turner
2015-11-13
2
-0
/
+13
*
Introduce a `PythonExceptionState` class.
Zachary Turner
2015-11-13
4
-85
/
+263
*
Fix non-Windows build after r252906.
Zachary Turner
2015-11-12
2
-3
/
+3
*
Begin converting uses of PyCallable to PythonCallable.
Zachary Turner
2015-11-12
2
-15
/
+49
*
Create `PythonTuple` and `PythonCallable` wrapper classes.
Zachary Turner
2015-11-11
2
-6
/
+322
*
Add a `PythonModule` class, and a root-level method for resolving names.
Zachary Turner
2015-11-11
2
-12
/
+136
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
2
-58
/
+78
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
2
-4
/
+4
[next]