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
/
ThreadPlanTracer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-3
/
+3
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-2
/
+3
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-3
/
+6
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Instructions generated by a disassembler can now
Sean Callanan
2012-08-01
1
-5
/
+5
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-2
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-14
/
+22
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-41
/
+46
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-4
/
+4
*
Trivial fix - insert a space between the frame name and the instruction output.
Jim Ingham
2011-06-22
1
-0
/
+1
*
Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This ...
Jim Ingham
2011-06-22
1
-1
/
+1
*
Replace direct uses of the Debugger's output stream with
Caroline Tice
2011-06-15
1
-3
/
+7
*
Added a way to resolve an load address from a target:
Greg Clayton
2011-05-18
1
-40
/
+29
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-1
/
+1
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-2
/
+2
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-1
/
+3
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-3
/
+2
*
Add the ability to disassemble "n" instructions from the current PC, or the f...
Jim Ingham
2011-03-22
1
-2
/
+2
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-1
/
+1
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-5
/
+4
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-34
/
+11
*
Add a missing newline to the ThreadPlanAssemblyTracer output.
Jim Ingham
2010-11-17
1
-1
/
+1
*
Add a ThreadPlanAssemblyTracer that takes just a thread (since that's how we ...
Jim Ingham
2010-11-17
1
-1
/
+15
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-1
/
+1
*
Added a thread plan tracer that prints lines of
Sean Callanan
2010-11-12
1
-0
/
+205
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-0
/
+77