summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-3202/+0
* The session dictionary attached to a Python interpeter holds variables the us...Enrico Granata2015-07-211-0/+8
* If a candidate keyword contains quotes, it's clearly not a keyword, so bail o...Enrico Granata2015-06-151-0/+12
* Improve LLDB prompt handlingPavel Labath2015-05-271-24/+11
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-0/+72
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-3/+10
* Making linking against Python simpler on Windows.Zachary Turner2015-04-101-0/+3
* [Python] Fix issue configuring sys.path during startup.Zachary Turner2015-04-091-27/+30
* Rework LLDB system initialization.Zachary Turner2015-03-311-62/+30
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-176/+194
* Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra2015-03-161-1/+1
* Add support for Python object commands to return custom short and long help b...Enrico Granata2015-03-131-0/+150
* Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata2015-03-131-0/+85
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+2
* If we are trying to load the scripting resource for a module whose name happe...Enrico Granata2015-02-261-1/+16
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+12
* Change void* name_token to const void* to address warnings.Bruce Mitchener2015-02-031-5/+5
* Allow python command interpreter commands to be interruptable via CTRL+C.Greg Clayton2015-01-271-19/+30
* Respect the fact that the result object claims it doesn't want to be interact...Greg Clayton2015-01-101-12/+17
* Enhance the Pipe interface for better portability.Zachary Turner2014-12-171-7/+3
* Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata2014-11-221-0/+4
* Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone2014-11-171-1/+1
* Add a feature where a string data formatter can now be partially composed of ...Enrico Granata2014-10-281-0/+35
* Fix deadlock in Python one-line execution.Zachary Turner2014-10-081-0/+15
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-0/+39
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2014-10-011-2/+5
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-1/+89
* Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham2014-08-291-19/+23
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-4/+4
* Don't enable STDIN for cases where we are supplying lines to be run in the em...Greg Clayton2014-08-141-2/+2
* Fix some python shutdown / ordering issues.Zachary Turner2014-08-081-1/+5
* ScriptInterpreterPython: %p should be used with void-pointerDavid Majnemer2014-07-221-1/+1
* Test commit. Having trouble committing from one machine but notZachary Turner2014-07-181-1/+1
* Fix a bug with order of operations.Zachary Turner2014-07-181-1/+1
* Any commands that are executed through the public interface using SBCommandIn...Greg Clayton2014-07-151-2/+2
* Get the python scripting interface working on Windows.Zachary Turner2014-07-101-1/+1
* Add host layer support for pipes.Greg Clayton2014-07-021-12/+8
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-0/+5
* Interpreter: kill some dead codeSaleem Abdulrasool2014-06-131-4/+1
* Remove unused variablesSaleem Abdulrasool2014-06-131-3/+0
* lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton2014-05-081-1/+1
* "DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton2014-05-021-1/+1
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-11/+26
* Free the strong reference to a lldb::SBDebugger that the script interpreter w...Greg Clayton2014-04-251-0/+11
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-75/+75
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-021-32/+54
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-7/+0
* Fixed the command line LLDB so that "CTRL+C" will interrupt a running process...Greg Clayton2014-02-241-1/+7
* Don't crash when we build with python enabled, yet we don't link in the lldb:...Greg Clayton2014-02-211-2/+2
OpenPOWER on IntegriCloud