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
/
Plugins
/
Process
/
Utility
/
UnwindLLDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put plug-ins into the correct directories as they were incorrectly located
Greg Clayton
2011-04-25
1
-6
/
+6
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-5
/
+9
*
Avoid infinite loops in stack backtraces and renamed:
Greg Clayton
2011-01-17
1
-2
/
+11
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-2
/
+7
*
Fixed an issue with the UnwindLLDB code where if there were inlined stack
Greg Clayton
2011-01-08
1
-1
/
+1
*
Added memory caching to lldb_private::Process. All lldb_private::Process
Greg Clayton
2011-01-07
1
-1
/
+15
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-33
/
+28
*
Refactor UnwindLLDB so it doesn't populate the entire stack unless
Jason Molenda
2010-11-09
1
-79
/
+108
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Built the native unwinder with all the warnings c++-4.2 could muster;
Jason Molenda
2010-11-04
1
-8
/
+8
*
Handle the case where no eh_frame section is present.
Jason Molenda
2010-11-04
1
-17
/
+17
*
Don't indent log lines by frame # spaces if the frame # exceeds 100 - the ind...
Jason Molenda
2010-10-26
1
-4
/
+4
*
Get a disassembler based on the correct architecture for assembly
Jason Molenda
2010-10-26
1
-6
/
+16
*
Check in the native lldb unwinder.
Jason Molenda
2010-10-25
1
-0
/
+141