| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Found one more place where the OkayToDiscard needs to be consulted. | Jim Ingham | 2012-05-11 | 1 | -6/+6 |
| * | Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate... | Jim Ingham | 2012-05-03 | 1 | -115/+100 |
| * | Added logging when API calls try to do something that shouldn't be done when ... | Greg Clayton | 2012-04-06 | 1 | -9/+93 |
| * | Added a new Host class: ReadWriteLock | Greg Clayton | 2012-04-05 | 1 | -194/+241 |
| * | Fixed some space formatting. | Greg Clayton | 2012-03-28 | 1 | -7/+7 |
| * | <rdar://problem/10103468> | Greg Clayton | 2012-02-24 | 1 | -1/+1 |
| * | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -173/+179 |
| * | SBFrame is now threadsafe using some extra tricks. One issue is that stack | Greg Clayton | 2012-01-30 | 1 | -20/+27 |
| * | Removed the "lldb-forward-rtti.h" header file as it was designed to contain | Greg Clayton | 2012-01-30 | 1 | -190/+192 |
| * | Fixed code rot pointed out by Jim. | Johnny Chen | 2011-12-17 | 1 | -4/+2 |
| * | Add the ability to capture the return value in a thread's stop info, and prin... | Jim Ingham | 2011-12-17 | 1 | -2/+26 |
| * | Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This | Greg Clayton | 2011-12-01 | 1 | -1/+1 |
| * | <rdar://problem/10126482> | Greg Clayton | 2011-11-13 | 1 | -3/+4 |
| * | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -1/+1 |
| * | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -1/+1 |
| * | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 2011-09-20 | 1 | -1/+1 |
| * | Don't put modules for .o files into the global shared module list. We | Greg Clayton | 2011-09-18 | 1 | -1/+1 |
| * | Move the SourceManager from the Debugger to the Target. That way it can stor... | Jim Ingham | 2011-09-08 | 1 | -1/+1 |
| * | StepUntil should check whether the target of the step until is in the current | Jim Ingham | 2011-05-08 | 1 | -6/+28 |
| * | 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 |