| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | <rdar://problem/15906684> | Enrico Granata | 2014-02-19 | 1 | -5/+1 |
* | Fixed deadlocks that could occur when using python for breakpoints, operating... | Greg Clayton | 2014-02-13 | 1 | -38/+48 |
* | <rdar://problem/15936507> | Enrico Granata | 2014-02-05 | 1 | -7/+5 |
* | Fixed b18655: cleaned up script interpreter file reference handling. | Todd Fiala | 2014-01-30 | 1 | -5/+22 |
* | "script help (lldb.SBThread)" output stops before all output is displayed. Fi... | Greg Clayton | 2014-01-30 | 1 | -7/+9 |
* | Merging the iohandler branch back into main. | Greg Clayton | 2014-01-27 | 1 | -1041/+479 |
* | Fixed internal code to not link against and code from "lldb/API/*". | Greg Clayton | 2013-12-02 | 1 | -2/+1 |
* | Change lldb from building against a Python framework out of | Jason Molenda | 2013-11-23 | 1 | -4/+0 |
* | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -4/+4 |
* | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -4/+4 |
* | Fix the format warnings. | Sylvestre Ledru | 2013-10-31 | 1 | -4/+4 |
* | Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l... | Greg Clayton | 2013-10-17 | 1 | -119/+41 |
* | <rdar://problem/14972424> | Greg Clayton | 2013-10-15 | 1 | -14/+14 |
* | Add the capability for LLDB to query an arbitrary Python module (passed in as... | Enrico Granata | 2013-10-14 | 1 | -1/+68 |
* | merge lldb-platform-work branch (and assorted fixes) into trunk | Daniel Malea | 2013-08-26 | 1 | -6/+9 |
* | Add format specifiers to various format ids so we can print thread ids in dec... | Michael Sartain | 2013-07-30 | 1 | -2/+2 |
* | Second attempt at getting the PyCallable changes in trunk | Enrico Granata | 2013-07-09 | 1 | -10/+8 |
* | Revert commits that cause broken builds on GCC buildbots | Daniel Malea | 2013-07-03 | 1 | -2/+4 |
* | <rdar://problem/14266411> | Enrico Granata | 2013-06-25 | 1 | -4/+2 |
* | In thread and frame format strings, it is now allowed to use Python functions... | Enrico Granata | 2013-06-20 | 1 | -0/+160 |
* | Improvements to "command script import" to better support reloading in Xcode | Enrico Granata | 2013-06-19 | 1 | -8/+26 |
* | <rdar://problem/13926101> | Enrico Granata | 2013-06-18 | 1 | -3/+17 |
* | Making our Python decrefs NULL-safe | Enrico Granata | 2013-06-11 | 1 | -7/+7 |
* | <rdar://problem/11109316> | Enrico Granata | 2013-05-31 | 1 | -1/+4 |
* | <rdar://problem/11158023> | Enrico Granata | 2013-05-16 | 1 | -2/+8 |
* | Test case added for importing packages | Enrico Granata | 2013-05-08 | 1 | -8/+10 |
* | Improvements to the package importing feature - test case will follow | Enrico Granata | 2013-05-08 | 1 | -4/+14 |
* | Fixed 'command script import' by eliminating the shadowing of basename. | Ashok Thirumurthi | 2013-05-03 | 1 | -2/+1 |
* | <rdar://problem/11558812> | Enrico Granata | 2013-05-02 | 1 | -27/+32 |
* | Avoiding a potentially memory allocating code path in the Python InputReader'... | Enrico Granata | 2013-04-29 | 1 | -17/+36 |
* | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 1 | -6/+6 |
* | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -6/+6 |
* | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -8/+8 |
* | Implementing the notion of externally-acquirable ScriptInterpreter lock | Enrico Granata | 2013-03-27 | 1 | -0/+10 |
* | This checkin removes the last Cocoa formatters that were implemented in Pytho... | Enrico Granata | 2013-03-19 | 1 | -1/+1 |
* | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -1/+1 |
* | <rdar://problem/13010007> | Greg Clayton | 2013-01-18 | 1 | -89/+182 |
* | Remove std::string input arguments and replace with "const char *". | Greg Clayton | 2013-01-16 | 1 | -64/+56 |
* | Make sure that the GenerateFunction call can support arbitrary levels of inde... | Enrico Granata | 2013-01-07 | 1 | -2/+4 |
* | <rdar://problem/12446222> | Enrico Granata | 2012-12-19 | 1 | -2/+26 |
* | Even when we aren’t going to init all the lldb.frame, etc, globals, init ll... | Jim Ingham | 2012-12-08 | 1 | -0/+7 |
* | More Linux warnings fixes (remove default labels as needed): | Daniel Malea | 2012-12-07 | 1 | -2/+0 |
* | Separate initing the stdout/stderr for running the Python Script interpreter ... | Jim Ingham | 2012-12-07 | 1 | -30/+36 |
* | Fixed a crash in which we examined the extension of | Sean Callanan | 2012-12-03 | 1 | -4/+7 |
* | <rdar://problem/12676084> Dump the traceback when a Python error occurs in "c... | Enrico Granata | 2012-11-30 | 1 | -15/+68 |
* | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -5/+5 |
* | Giving at least some error information when a Python exception happens during... | Enrico Granata | 2012-11-13 | 1 | -1/+11 |
* | Adding support for loading the scripting resource as part of a framework, lac... | Enrico Granata | 2012-11-08 | 1 | -1/+1 |
* | Get rid of hack by making the actual call public. This was causing the lldb-p... | Greg Clayton | 2012-11-01 | 1 | -1/+1 |
* | <rdar://problem/12586188> Make ImportError a special case for "command script... | Enrico Granata | 2012-10-31 | 1 | -28/+62 |