summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepOut.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* Fixed a problem where stepping out would turn intoSean Callanan2012-07-311-1/+6
* Relax the test for "is the frame I am going to step back out to the one I sta...Jim Ingham2012-07-261-0/+1
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-1/+14
* Hardened the step-out plan in case it receivesSean Callanan2012-03-131-0/+3
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-11/+44
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-8/+8
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-1/+46
* Make "next" and "step-out" work when in stepping over or out of inlined funct...Jim Ingham2011-10-151-31/+199
* Patches from Jean-Daniel:Johnny Chen2011-02-041-1/+1
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-13/+11
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-4/+4
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-1/+2
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-33/+27
* Fix constructor initialization order. Patch by Bill Lynch.Benjamin Kramer2010-07-161-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/+228
OpenPOWER on IntegriCloud