| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for stepping out of a frame. If you have 10 stack frames, and you | Greg Clayton | 2011-01-21 | 1 | -13/+190 |
* | Fixed missing return value (patch from Stephen Wilson). | Greg Clayton | 2011-01-18 | 1 | -1/+1 |
* | Added the following functions to SBThread to allow threads to be suspended wh... | Greg Clayton | 2011-01-12 | 1 | -0/+30 |
* | The LLDB API (lldb::SB*) is now thread safe! | Greg Clayton | 2010-12-20 | 1 | -4/+28 |
* | Added access to set the current stack frame within a thread so any command | Greg Clayton | 2010-12-17 | 1 | -0/+47 |
* | Added the ability to get more information on the SBThread's stop reason | Greg Clayton | 2010-11-18 | 1 | -0/+104 |
* | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -13/+13 |
* | Cleaned up the API logging a lot more to reduce redundant information and | Greg Clayton | 2010-10-31 | 1 | -11/+15 |
* | Fixed the copy constructor for SBThread. | Greg Clayton | 2010-10-30 | 1 | -2/+3 |
* | Improved API logging. | Greg Clayton | 2010-10-30 | 1 | -75/+22 |
* | Add the ability to disable individual log categories, rather | Caroline Tice | 2010-10-29 | 1 | -1/+1 |
* | Modified the lldb_private::TypeList to use a std::multimap for quicker lookup | Greg Clayton | 2010-10-29 | 1 | -27/+11 |
* | Clean up the API logging code: | Caroline Tice | 2010-10-26 | 1 | -46/+53 |
* | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice | 2010-10-26 | 1 | -7/+160 |
* | Don't cache the public stop reason, since it can change as plan completion ge... | Jim Ingham | 2010-10-20 | 1 | -8/+8 |
* | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -1/+4 |
* | Added the first of hopefully many python example scripts that show how to | Greg Clayton | 2010-10-06 | 1 | -20/+54 |
* | Added the ability to get the disassembly instructions from the function and | Greg Clayton | 2010-10-06 | 1 | -5/+1 |
* | There are now to new "settings set" variables that live in each debugger | Greg Clayton | 2010-10-04 | 1 | -1/+1 |
* | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice | 2010-09-22 | 1 | -8/+0 |
* | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice | 2010-09-20 | 1 | -0/+24 |
* | Remove unnecessary/inappropriate output-printing functions from | Caroline Tice | 2010-09-15 | 1 | -100/+0 |
* | Added a new bool parameter to many of the DumpStopContext() methods that | Greg Clayton | 2010-09-02 | 1 | -1/+1 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -14/+14 |
* | Added support for inlined stack frames being represented as real stack frames | Greg Clayton | 2010-08-24 | 1 | -1/+1 |
* | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 2010-08-04 | 1 | -8/+9 |
* | Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca... | Greg Clayton | 2010-07-30 | 1 | -0/+7 |
* | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 2010-07-14 | 1 | -1/+0 |
* | Misc warning fixes. | Eli Friedman | 2010-07-09 | 1 | -1/+1 |
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -2/+5 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -112/+75 |
* | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham | 2010-06-19 | 1 | -1/+0 |
* | I have eliminated RTTI from LLDB! | Greg Clayton | 2010-06-12 | 1 | -18/+9 |
* | And some more include line fixes. | Eli Friedman | 2010-06-09 | 1 | -6/+6 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+551 |