summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlan.cpp
Commit message (Expand)AuthorAgeFilesLines
* If the ObjC Step Through Trampoline plan causes a target crash, properly prop...Jim Ingham2012-05-101-0/+1
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-1/+1
* Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...Jim Ingham2012-05-011-2/+4
* Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham2012-04-091-1/+2
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-43/+0
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-2/+4
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-1/+1
* Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham2010-11-301-0/+7
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-0/+11
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Cleaned up step logging a bit.Greg Clayton2010-09-031-3/+4
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-4/+27
* Fix constructor initialization order. Patch by Bill Lynch.Benjamin Kramer2010-07-161-4/+4
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-3/+3
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+2
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+185
OpenPOWER on IntegriCloud