summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/13926101>Enrico Granata2013-06-181-3/+17
* Making our Python decrefs NULL-safeEnrico Granata2013-06-111-7/+7
* <rdar://problem/11109316>Enrico Granata2013-05-311-1/+4
* <rdar://problem/11158023>Enrico Granata2013-05-161-2/+8
* Test case added for importing packagesEnrico Granata2013-05-081-8/+10
* Improvements to the package importing feature - test case will followEnrico Granata2013-05-081-4/+14
* Fixed 'command script import' by eliminating the shadowing of basename.Ashok Thirumurthi2013-05-031-2/+1
* <rdar://problem/11558812>Enrico Granata2013-05-021-27/+32
* Avoiding a potentially memory allocating code path in the Python InputReader'...Enrico Granata2013-04-291-17/+36
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-6/+6
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-6/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-8/+8
* Implementing the notion of externally-acquirable ScriptInterpreter lockEnrico Granata2013-03-271-0/+10
* This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata2013-03-191-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* <rdar://problem/13010007>Greg Clayton2013-01-181-89/+182
* Remove std::string input arguments and replace with "const char *".Greg Clayton2013-01-161-64/+56
* Make sure that the GenerateFunction call can support arbitrary levels of inde...Enrico Granata2013-01-071-2/+4
OpenPOWER on IntegriCloud