summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepOverRange.cpp
AgeCommit message (Expand)Author
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham
2012-12-20Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor
2012-12-05<rdar://problem/12649160>Greg Clayton
2012-11-06Add a workaround to problems with the clang debug info for Jim Ingham
2012-10-25Found a couple more places where we need to run all threads when stepping.Jim Ingham
2012-09-01Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham
2012-07-26Relax the test for "is the frame I am going to step back out to the one I sta...Jim Ingham
2012-05-10If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham
2012-05-03Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham
2012-05-01Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham
2012-04-09Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham
2012-03-09First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham
2012-03-01Convert the thread plans over from using the stack count to do their logic to...Jim Ingham
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-12-03Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham
2011-10-15Make the step range plans capable of supporting multiple ranges. Also make t...Jim Ingham
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton
2011-01-21Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-05Handle stepping through ObjC vtable trampoline code.Jim Ingham
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner