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
/
Interpreter
/
ScriptInterpreterPython.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-3202
/
+0
*
The session dictionary attached to a Python interpeter holds variables the us...
Enrico Granata
2015-07-21
1
-0
/
+8
*
If a candidate keyword contains quotes, it's clearly not a keyword, so bail o...
Enrico Granata
2015-06-15
1
-0
/
+12
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
1
-24
/
+11
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-0
/
+72
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-3
/
+10
*
Making linking against Python simpler on Windows.
Zachary Turner
2015-04-10
1
-0
/
+3
*
[Python] Fix issue configuring sys.path during startup.
Zachary Turner
2015-04-09
1
-27
/
+30
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
1
-62
/
+30
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-176
/
+194
*
Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.
Siva Chandra
2015-03-16
1
-1
/
+1
*
Add support for Python object commands to return custom short and long help b...
Enrico Granata
2015-03-13
1
-0
/
+150
*
Bulk of the infrastructure work to allow script commands to be backed by obje...
Enrico Granata
2015-03-13
1
-0
/
+85
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+2
*
If we are trying to load the scripting resource for a module whose name happe...
Enrico Granata
2015-02-26
1
-1
/
+16
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+12
*
Change void* name_token to const void* to address warnings.
Bruce Mitchener
2015-02-03
1
-5
/
+5
*
Allow python command interpreter commands to be interruptable via CTRL+C.
Greg Clayton
2015-01-27
1
-19
/
+30
*
Respect the fact that the result object claims it doesn't want to be interact...
Greg Clayton
2015-01-10
1
-12
/
+17
*
Enhance the Pipe interface for better portability.
Zachary Turner
2014-12-17
1
-7
/
+3
*
Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...
Enrico Granata
2014-11-22
1
-0
/
+4
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-1
/
+1
*
Add a feature where a string data formatter can now be partially composed of ...
Enrico Granata
2014-10-28
1
-0
/
+35
*
Fix deadlock in Python one-line execution.
Zachary Turner
2014-10-08
1
-0
/
+15
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
1
-0
/
+39
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Allow Python commands to optionally take an SBExecutionContext argument in ca...
Enrico Granata
2014-10-01
1
-2
/
+5
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-1
/
+89
*
Allow "breakpoint command add" to add commands to more than one breakpoint at...
Jim Ingham
2014-08-29
1
-19
/
+23
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-4
/
+4
*
Don't enable STDIN for cases where we are supplying lines to be run in the em...
Greg Clayton
2014-08-14
1
-2
/
+2
*
Fix some python shutdown / ordering issues.
Zachary Turner
2014-08-08
1
-1
/
+5
*
ScriptInterpreterPython: %p should be used with void-pointer
David Majnemer
2014-07-22
1
-1
/
+1
*
Test commit. Having trouble committing from one machine but not
Zachary Turner
2014-07-18
1
-1
/
+1
*
Fix a bug with order of operations.
Zachary Turner
2014-07-18
1
-1
/
+1
*
Any commands that are executed through the public interface using SBCommandIn...
Greg Clayton
2014-07-15
1
-2
/
+2
*
Get the python scripting interface working on Windows.
Zachary Turner
2014-07-10
1
-1
/
+1
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
1
-12
/
+8
*
This creates a valid Python API for Windows, pending some issues. The changes...
Deepak Panickal
2014-07-01
1
-0
/
+5
*
Interpreter: kill some dead code
Saleem Abdulrasool
2014-06-13
1
-4
/
+1
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-3
/
+0
*
lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...
Greg Clayton
2014-05-08
1
-1
/
+1
*
"DONE" is being left in multi-line results when it shouldn't for non terminal...
Greg Clayton
2014-05-02
1
-1
/
+1
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-11
/
+26
*
Free the strong reference to a lldb::SBDebugger that the script interpreter w...
Greg Clayton
2014-04-25
1
-0
/
+11
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-75
/
+75
*
Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...
Jim Ingham
2014-04-02
1
-32
/
+54
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-7
/
+0
*
Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...
Greg Clayton
2014-02-24
1
-1
/
+7
*
Don't crash when we build with python enabled, yet we don't link in the lldb:...
Greg Clayton
2014-02-21
1
-2
/
+2
[next]