summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepOverRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRangeDaniel Malea2013-09-171-36/+40
* Correct logic error found by inspection.Ed Maste2013-09-061-1/+1
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-9/+9
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-1/+1
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-9/+14
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-0/+1
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* Add a workaround to problems with the clang debug info for Jim Ingham2012-11-061-0/+95
* Found a couple more places where we need to run all threads when stepping.Jim Ingham2012-10-251-1/+1
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-8/+60
* Relax the test for "is the frame I am going to step back out to the one I sta...Jim Ingham2012-07-261-1/+30
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-3/+3
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-6/+1
* Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham2012-05-011-0/+38
* Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham2012-04-091-0/+3
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-35/+20
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-10/+29
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+1
* Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham2011-12-031-0/+25
* Make the step range plans capable of supporting multiple ranges. Also make t...Jim Ingham2011-10-151-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-1/+3
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-1/+7
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+2
* Handle stepping through ObjC vtable trampoline code.Jim Ingham2010-11-051-1/+13
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-1/+1
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+119
OpenPOWER on IntegriCloud