summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanTestCondition.cpp
AgeCommit message (Expand)Author
2012-05-02Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...Jim Ingham
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-17Adopt the intrusive pointers in:Greg Clayton
2011-06-01If somebody has deleted the breakpoint while we are testing the condition, th...Jim Ingham
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-04-11Order of initialization lists.Stephen Wilson
2010-12-14Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton
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-10-29Add the ability to disable individual log categories, ratherCaroline Tice
2010-10-20Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham
2010-10-14Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham