summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanTestCondition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...Jim Ingham2012-05-021-194/+0
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+1
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-6/+5
* If somebody has deleted the breakpoint while we are testing the condition, th...Jim Ingham2011-06-011-11/+21
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-2/+2
* Order of initialization lists.Stephen Wilson2011-04-111-1/+1
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-2/+2
* Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham2010-11-301-1/+4
* 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-4/+1
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+3
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-3/+3
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-0/+182
OpenPOWER on IntegriCloud