summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added the ability for a process to inherit the current host environment. ThisGreg Clayton2010-12-041-1/+1
* Fixed an issue where the UserSettingsControllers were being created out ofGreg Clayton2010-11-191-4/+5
* Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton2010-11-181-25/+28
* The thread plan destructors may call Thread virtual methods. That means they...Jim Ingham2010-11-181-2/+13
* Excised a version of the low-level function callingSean Callanan2010-11-121-12/+0
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-48/+118
* Remove an obsolete reference to immediate plans.Jim Ingham2010-11-101-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-8/+8
* Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham2010-11-051-6/+41
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+36
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-61/+11
* Added a new test case to test signals with.Greg Clayton2010-10-101-0/+7
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-40/+20
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-0/+10
* Create more useful instance names for target, process and thread instances.Caroline Tice2010-09-271-0/+16
* Add GetSP to the StackFrame.Jim Ingham2010-09-231-0/+5
* Make GetInstanceSettingsValue methods take an Error * rather than an Error &,Caroline Tice2010-09-201-3/+8
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-4/+5
* Added code that will allow completely customizable prompts for use inGreg Clayton2010-09-191-20/+1
* Fix issues with CreateInstanceName, a virtual function, being calledCaroline Tice2010-09-161-1/+8
* Add comments to InstanceSettings constructors explaining why they have Caroline Tice2010-09-091-4/+6
* Make sure creating a pending instance doesn't also trigger creating a live in...Caroline Tice2010-09-081-6/+8
* Add a user settings controller to Thread. Then added a step-avoid-regexp set...Jim Ingham2010-09-081-0/+219
* Cleaned up step logging a bit.Greg Clayton2010-09-031-9/+10
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-5/+21
* 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