aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepUntil.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-325/+271
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-23/+9
2015-07-23Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham1-98/+93
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2014-08-11Fetching the parent frame may fail, handle that case. Patch from Tong Shen.Jim Ingham1-1/+1
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-10-11<rdar://problem/13635174>Greg Clayton1-2/+2
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs1-1/+1
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham1-2/+2
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham1-3/+2
2013-03-27<rdar://problem/13521159>Greg Clayton1-1/+1
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham1-1/+1
2013-01-26Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham1-0/+2
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-29Resolve printf formatting warnings on Linux:Daniel Malea1-4/+4
2012-08-09Removed explicit NULL checks for shared pointersSean Callanan1-1/+1
2012-05-03Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham1-6/+0
2012-04-09Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham1-0/+4
2012-03-01Convert the thread plans over from using the stack count to do their logic to...Jim Ingham1-9/+45
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-33/+42
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-1/+1
2011-01-21Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton1-29/+33
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham1-1/+1
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-1/+1
2010-10-20Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham1-6/+6
2010-08-24Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton1-1/+2
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton1-7/+7
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-2/+4
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/+360