summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-4/+35
* Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham2012-05-011-1/+1
* Make sure the "synchronous breakpoint callbacks" get called before the thread...Jim Ingham2012-04-201-0/+11
* The plan stack should never be used while empty. GetCurrentPlan is the entry...Jim Ingham2012-04-191-4/+5
* Clear the "m_actual_stop_info_sp" in the thread during Destroy. It might be ...Jim Ingham2012-04-101-0/+1
* Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham2012-04-091-1/+12
* <rdar://problem/11035349> Greg Clayton2012-03-291-20/+32
* When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o...Jim Ingham2012-03-071-1/+1
* Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham2012-02-291-1/+4
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-22/+43
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-7/+7
* Threads now store their "temporary" resume state, so we know whether they wer...Jim Ingham2012-01-311-3/+72
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-22/+31
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-9/+0
* Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham2011-12-221-1/+1
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-1/+17
* Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham2011-12-031-36/+57
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-12/+12
* Make the "log enable lldb-step" output easier to parse.Jim Ingham2011-10-151-18/+43
* 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
OpenPOWER on IntegriCloud