summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepRange.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-0/+27
* Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham2012-05-011-36/+0
* Make sure the "synchronous breakpoint callbacks" get called before the thread...Jim Ingham2012-04-201-0/+3
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-1/+156
* <rdar://problem/10997402>Greg Clayton2012-03-071-2/+3
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-50/+20
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-8/+8
* Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham2011-12-031-24/+0
* Make the step range plans capable of supporting multiple ranges. Also make t...Jim Ingham2011-10-151-6/+45
* If stepping takes us from the line range we were stepping through into the MI...Jim Ingham2011-09-231-9/+33
* Formatting.Jim Ingham2011-02-081-1/+6
* Fixed incorrect logging printf (patch from Stephen Wilson).Greg Clayton2011-01-181-1/+1
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-5/+5
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-3/+3
* Step past prologues when we step into functions.Jim Ingham2010-09-161-0/+4
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-6/+4
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-4/+6
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-13/+14
* Properly set the PlanKind for the ThreadPlanStepRange derived classes.Jim Ingham2010-07-101-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+2
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+263
OpenPOWER on IntegriCloud