summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-13/+190
* Fixed missing return value (patch from Stephen Wilson).Greg Clayton2011-01-181-1/+1
* Added the following functions to SBThread to allow threads to be suspended wh...Greg Clayton2011-01-121-0/+30
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-4/+28
* Added access to set the current stack frame within a thread so any commandGreg Clayton2010-12-171-0/+47
* Added the ability to get more information on the SBThread's stop reasonGreg Clayton2010-11-181-0/+104
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-13/+13
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-11/+15
* Fixed the copy constructor for SBThread.Greg Clayton2010-10-301-2/+3
* Improved API logging.Greg Clayton2010-10-301-75/+22
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-1/+1
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-27/+11
* Clean up the API logging code:Caroline Tice2010-10-261-46/+53
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-7/+160
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-8/+8
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-1/+4
* Added the first of hopefully many python example scripts that show how toGreg Clayton2010-10-061-20/+54
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-5/+1
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-1/+1
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-8/+0
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+24
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-151-100/+0
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-1/+1
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-14/+14
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-1/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-8/+9
* Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton2010-07-301-0/+7
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-1/+0
* Misc warning fixes.Eli Friedman2010-07-091-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+5
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-112/+75
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+0
* I have eliminated RTTI from LLDB!Greg Clayton2010-06-121-18/+9
* And some more include line fixes.Eli Friedman2010-06-091-6/+6
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+551
OpenPOWER on IntegriCloud