summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-2/+2
* Simplified the StackFrameList class down to a single frames list againGreg Clayton2010-08-271-1/+2
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-6/+6
* Cleaned up the inline stack frame code one more time to prepare for inlinedGreg Clayton2010-08-261-6/+5
* Cleaned up the inline backtrace code even more by moving all stack backtracingGreg Clayton2010-08-251-174/+24
* Fixed another issue with the inline stack frames where if the first frameGreg Clayton2010-08-241-3/+5
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-5/+7
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-18/+144
* Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham2010-08-121-1/+54
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-563/+25
* Get rid of using EXC_SOFT_SIGNAL define in host agnostic code.Greg Clayton2010-07-231-1/+2
* Centralized the Mach exception stop info code by adding it as a firstGreg Clayton2010-07-231-1/+250
* Warnings cleanup patch from Jean-Daniel Dupas.Greg Clayton2010-07-231-1/+1
* Fix constructor initialization order. Patch by Bill Lynch.Benjamin Kramer2010-07-161-2/+2
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-26/+14
* Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham2010-06-181-13/+1
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-4/+38
* I have eliminated RTTI from LLDB!Greg Clayton2010-06-121-5/+26
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1121
OpenPOWER on IntegriCloud