aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepInRange.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-462/+429
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-19/+11
2015-07-24Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer1-1/+1
2015-07-23Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham1-18/+12
2015-05-15Fix virtual step handling in ThreadPlanStepInRangeTamas Berghammer1-0/+1
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-2/+0
2014-10-15Remove unneeded local var initialization.Jason Molenda1-1/+0
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-7/+22
2014-08-08Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH...Jim Ingham1-12/+4
2014-08-06When stepping, handle the case where the step leaves us withJim Ingham1-2/+3
2014-03-13This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham1-43/+78
2014-01-23Don't need to figure out the frame's module if we don't have any librariesJim Ingham1-10/+14
2014-01-23Add a "step-avoid-libraries" setting to complement the "step-avoid-regexp" se...Jim Ingham1-4/+27
2013-11-25Fix issue from r166732 found by Andrew KaylorEd Maste1-2/+2
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-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham1-18/+32
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham1-1/+1
2013-05-14Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso...Daniel Malea1-0/+6
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham1-29/+40
2013-04-03<rdar://problem/13384801>Greg Clayton1-2/+5
2013-03-27<rdar://problem/13521159>Greg Clayton1-5/+5
2013-03-14Log the match substring as well in the case where we match the step-avoid reg...Jim Ingham1-4/+12
2013-03-14Add some logging to track cases where “step-in” steps out due to the avoi...Jim Ingham1-4/+21
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-12Fixed a few bugs in the "step in" thread plan logic.Jim Ingham1-7/+55
2012-12-05<rdar://problem/12649160>Greg Clayton1-0/+1
2012-10-25Found a couple more places where we need to run all threads when stepping.Jim Ingham1-6/+9
2012-09-07Ensure that the ShouldStopHere plans get called even when doing "virtual" steps.Jim Ingham1-95/+112
2012-09-01Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham1-5/+29
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-3/+1
2012-07-13Make the setting for "target.process.thread.step-avoid-regexp" work for inlin...Greg Clayton1-5/+4
2012-05-10If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham1-2/+2
2012-05-01Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham1-0/+38
2012-03-09First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham1-36/+12
2012-03-07<rdar://problem/10997402>Greg Clayton1-1/+1
2012-03-01Convert the thread plans over from using the stack count to do their logic to...Jim Ingham1-4/+6
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-1/+1
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton1-2/+2
2011-12-03Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...Jim Ingham1-0/+34
2011-10-15Make the step range plans capable of supporting multiple ranges. Also make t...Jim Ingham1-1/+1
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-2/+6
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-2/+2
2010-11-05Handle stepping through ObjC vtable trampoline code.Jim Ingham1-18/+33
2010-10-29Add the ability to disable individual log categories, ratherCaroline Tice1-0/+1
2010-10-27Updated the lldb_private::Flags class to have better method names and madeGreg Clayton1-1/+1
2010-09-16Step past prologues when we step into functions.Jim Ingham1-3/+42
2010-09-15Adding a bit more logging.Jim Ingham1-0/+6