aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepOverRange.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-368/+362
2016-07-29Some code that is sanity checking stepping out back out from one inlinedJim Ingham1-0/+6
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward1-3/+3
2016-01-08Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda1-1/+2
2016-01-08Revert r257117 "Performance improvement: Change lldb so that itJason Molenda1-2/+1
2016-01-08Performance improvement: Change lldb so that it puts a breakpointJason Molenda1-1/+2
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-27/+11
2015-08-14I was assuming that when a bit of inlined code was followed by code from the ...Jim Ingham1-4/+8
2015-07-23Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham1-12/+7
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton1-1/+1
2015-06-18Fix a variety of typos.Bruce Mitchener1-2/+2
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-2/+0
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-4/+22
2014-08-06When stepping, handle the case where the step leaves us withJim Ingham1-0/+4
2014-08-05If you found a step through plan stop looking up the stack for a step out plan.Jim Ingham1-0/+3
2014-03-13This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham1-8/+43
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-3/+3
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-3/+3
2013-09-17Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRangeDaniel Malea1-36/+40
2013-09-06Correct logic error found by inspection.Ed Maste1-1/+1
2013-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham1-9/+9
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham1-1/+1
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham1-9/+14
2013-03-27<rdar://problem/13521159>Greg Clayton1-3/+3
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham1-1/+1
2012-12-20Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor1-0/+1
2012-12-05<rdar://problem/12649160>Greg Clayton1-0/+1
2012-11-06Add a workaround to problems with the clang debug info for Jim Ingham1-0/+95
2012-10-25Found a couple more places where we need to run all threads when stepping.Jim Ingham1-1/+1
2012-09-01Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham1-8/+60
2012-07-26Relax the test for "is the frame I am going to step back out to the one I sta...Jim Ingham1-1/+30
2012-05-10If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham1-3/+3
2012-05-03Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham1-6/+1
2012-05-01Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham1-0/+38
2012-04-09Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham1-0/+3
2012-03-09First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham1-35/+20
2012-03-01Convert the thread plans over from using the stack count to do their logic to...Jim Ingham1-10/+29
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-1/+1
2011-12-03Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham1-0/+25
2011-10-15Make the step range plans capable of supporting multiple ranges. Also make t...Jim Ingham1-1/+1
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-2/+2
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton1-1/+3
2011-01-21Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton1-1/+7
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-1/+2
2010-11-05Handle stepping through ObjC vtable trampoline code.Jim Ingham1-1/+13
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton1-1/+1
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+119