summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/15906684>Enrico Granata2014-02-191-5/+1
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-131-38/+48
* <rdar://problem/15936507>Enrico Granata2014-02-051-7/+5
* Fixed b18655: cleaned up script interpreter file reference handling.Todd Fiala2014-01-301-5/+22
* "script help (lldb.SBThread)" output stops before all output is displayed. Fi...Greg Clayton2014-01-301-7/+9
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1041/+479
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-2/+1
* Change lldb from building against a Python framework out ofJason Molenda2013-11-231-4/+0
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* Fix the format warnings.Sylvestre Ledru2013-10-311-4/+4
* Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l...Greg Clayton2013-10-171-119/+41
* <rdar://problem/14972424>Greg Clayton2013-10-151-14/+14
* Add the capability for LLDB to query an arbitrary Python module (passed in as...Enrico Granata2013-10-141-1/+68
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-6/+9
* Add format specifiers to various format ids so we can print thread ids in dec...Michael Sartain2013-07-301-2/+2
* Second attempt at getting the PyCallable changes in trunkEnrico Granata2013-07-091-10/+8
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-2/+4
* <rdar://problem/14266411>Enrico Granata2013-06-251-4/+2
* In thread and frame format strings, it is now allowed to use Python functions...Enrico Granata2013-06-201-0/+160
* Improvements to "command script import" to better support reloading in XcodeEnrico Granata2013-06-191-8/+26
OpenPOWER on IntegriCloud