summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <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
* <rdar://problem/12446222>Enrico Granata2012-12-191-2/+26
* Even when we aren’t going to init all the lldb.frame, etc, globals, init ll...Jim Ingham2012-12-081-0/+7
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-2/+0
* Separate initing the stdout/stderr for running the Python Script interpreter ...Jim Ingham2012-12-071-30/+36
* Fixed a crash in which we examined the extension ofSean Callanan2012-12-031-4/+7
* <rdar://problem/12676084> Dump the traceback when a Python error occurs in "c...Enrico Granata2012-11-301-15/+68
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* Giving at least some error information when a Python exception happens during...Enrico Granata2012-11-131-1/+11
* Adding support for loading the scripting resource as part of a framework, lac...Enrico Granata2012-11-081-1/+1
* Get rid of hack by making the actual call public. This was causing the lldb-p...Greg Clayton2012-11-011-1/+1
* <rdar://problem/12586188> Make ImportError a special case for "command script...Enrico Granata2012-10-311-28/+62
OpenPOWER on IntegriCloud