summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlan.cpp
AgeCommit message (Expand)Author
2010-11-30Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-09-03Cleaned up step logging a bit.Greg Clayton
2010-09-03Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton
2010-07-16Fix constructor initialization order. Patch by Bill Lynch.Benjamin Kramer
2010-07-14I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner