summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-28/+76
* Adding code to set thread state to stopped when the process stops.Andrew Kaylor2013-05-081-0/+6
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-1/+22
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-6/+12
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-12/+6
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-6/+12
* <rdar://problem/13700260>Greg Clayton2013-05-011-16/+38
* <rdar://problem/13697881>Greg Clayton2013-04-201-14/+19
* <rdar://problem/13516463>Greg Clayton2013-04-021-45/+66
* <rdar://problem/13521159>Greg Clayton2013-03-271-9/+9
* Remove some commented out code.Jim Ingham2013-03-211-8/+0
* Don't use the fact that we stopped with a "Breakpoint" stop reason to decide ...Jim Ingham2013-03-131-5/+7
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-4/+19
* Make sure a value is returned for Thread::ReturnFromFrame().Greg Clayton2013-02-011-2/+1
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-311-11/+74
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-3/+10
* <rdar://problem/12976225>Han Ming Ong2013-01-081-2/+1
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-9/+10
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-121-13/+26
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-21/+21
* The Function calling thread plan was replacing the stored stop info too soon,...Jim Ingham2012-11-261-1/+7
* Rest of the fix for ThreadFilipe Cabecinhas2012-11-201-1/+1
* Patch from Andrew Kaylor andrew.kaylor@intel.com to haveJason Molenda2012-11-141-0/+2
* <rdar://problem/12500785>Greg Clayton2012-10-291-1/+6
* Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham2012-10-161-4/+25
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-0/+1
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-6/+140
* Fix a bug introduced in an earlier revision: actually return the StopReason, ...Filipe Cabecinhas2012-09-281-1/+1
* Implement returning integer values in "thread return" for arm, x86_64 and i38...Jim Ingham2012-09-271-3/+27
* <rdar://problem/9959501>Greg Clayton2012-09-251-1/+12
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-8/+13
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-1/+63
* Initialize a variable to quite a compiler warning.Jim Ingham2012-09-111-1/+1
* Save and restore the current inlined depth over function calls.Jim Ingham2012-09-071-0/+3
* Move calculating the CurrentInlinedDepth to AFTER the synchronous breakpoint ...Jim Ingham2012-09-051-3/+7
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-4/+14
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-221-1/+1
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-281/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-265/+359
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-111-1/+1
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Fixed a problem where stepping out would turn intoSean Callanan2012-07-311-2/+10
* <rdar://problem/11852100>Greg Clayton2012-07-111-11/+3
* <rdar://problem/11386214>Greg Clayton2012-05-181-0/+8
* Fix a comment I had incorrectly altered.Jim Ingham2012-05-111-1/+1
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-4/+9
* Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham2012-05-111-1/+0
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-2/+2
OpenPOWER on IntegriCloud