summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* Formatting.Jim Ingham2011-02-081-1/+6
* Fixed incorrect logging printf (patch from Stephen Wilson).Greg Clayton2011-01-181-1/+1
* 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-5/+5
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-3/+3
* Step past prologues when we step into functions.Jim Ingham2010-09-161-0/+4
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-6/+4
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-4/+6
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-13/+14
* Properly set the PlanKind for the ThreadPlanStepRange derived classes.Jim Ingham2010-07-101-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+2
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+263
OpenPOWER on IntegriCloud