summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-1/+1
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-6/+22
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-4/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-151-3/+3
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* The StepOverBreakpoint plan should only explain eStopReasonTrace. It didn't ...Jim Ingham2012-06-221-1/+10
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-7/+7
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Allow reading memory from files before the target has been run.Jim Ingham2011-07-091-1/+0
* 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
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-2/+15
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+130
OpenPOWER on IntegriCloud