index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Target
/
ThreadPlanTestCondition.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...
Jim Ingham
2012-05-02
1
-194
/
+0
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-1
/
+1
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-6
/
+5
*
If somebody has deleted the breakpoint while we are testing the condition, th...
Jim Ingham
2011-06-01
1
-11
/
+21
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
1
-2
/
+2
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-1
/
+1
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-2
/
+2
*
Moved the code in ClangUserExpression that set up & ran the thread plan with ...
Jim Ingham
2010-11-30
1
-1
/
+4
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-4
/
+1
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-0
/
+3
*
Don't cache the public stop reason, since it can change as plan completion ge...
Jim Ingham
2010-10-20
1
-3
/
+3
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-0
/
+182