summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-6/+7
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-1/+3
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-46/+0
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+29
* Add missing check for non-NULL frame_sp.Jim Ingham2011-08-161-3/+6
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-11/+8
* Fixed some issues with parsing C++ methods where our detectionGreg Clayton2011-08-121-7/+7
* Don't create a new stop info if we've already calculated one and it is still ...Jim Ingham2011-08-091-1/+10
* Indent the frames in the "thread.GetStatus" frame listing. Also put the same...Jim Ingham2011-07-261-0/+2
* Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread ba...Peter Collingbourne2011-06-031-0/+27
* Fixed a crasher that was happened when a log shared pointer wasn't valid.Greg Clayton2011-05-191-1/+1
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-0/+58
* Add GetFrameWithStackID to the StackFrameList and the Thread (which routes to...Jim Ingham2011-03-311-0/+5
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* The UserSettings controllers must be initialized & terminated in theCaroline Tice2011-03-101-2/+10
* Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham2011-02-081-24/+40
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+0
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-1/+1
* Check for a NULL saved stop info shared pointer.Jim Ingham2011-01-251-1/+2
* More useful STEP logging.Jim Ingham2011-01-241-1/+19
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-8/+28
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-1/+38
* Added the following functions to SBThread to allow threads to be suspended wh...Greg Clayton2011-01-121-24/+0
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-0/+7
* 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
OpenPOWER on IntegriCloud