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
/
RegisterContextLLDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure the relationship between UnwindLLDB and the
Jason Molenda
2011-11-01
1
-55
/
+61
*
Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multipl...
Jason Molenda
2011-10-18
1
-0
/
+39
*
Fix verbose logging of unwinders.
Jason Molenda
2011-09-29
1
-10
/
+10
*
Tighten up the 'log enable lldb unwind' printing for
Jason Molenda
2011-09-16
1
-4
/
+4
*
Have the FuncUnwinder object request & provide an architecture-defined
Jason Molenda
2011-09-15
1
-1
/
+13
*
Added the ability for DWARF locations to use the ABI plug-ins to resolve
Greg Clayton
2011-09-02
1
-1
/
+1
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-13
/
+27
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-21
/
+27
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-134
/
+99
*
Put plug-ins into the correct directories as they were incorrectly located
Greg Clayton
2011-04-25
1
-11
/
+12
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-3
/
+3
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-11
/
+11
*
Remove an assertion that was causing a crash.
Greg Clayton
2011-02-22
1
-2
/
+12
*
All UnwindPlan objects are now passed around as shared pointers.
Greg Clayton
2011-02-15
1
-156
/
+130
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-5
/
+5
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-1
/
+1
*
Avoid infinite loops in stack backtraces and renamed:
Greg Clayton
2011-01-17
1
-2
/
+2
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-1
/
+1
*
Made FuncUnwinders threadsafe.
Greg Clayton
2011-01-08
1
-5
/
+8
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-61
/
+74
*
RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a
Jason Molenda
2010-12-22
1
-0
/
+6
*
Change the DWARFExpression::Evaluate methods to take an optional
Jason Molenda
2010-11-20
1
-1
/
+43
*
I'm not thrilled with how I structured this but RegisterContextLLDB
Jason Molenda
2010-11-12
1
-11
/
+58
*
Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB.
Jason Molenda
2010-11-09
1
-7
/
+83
*
Fix thinko in UnwindTable.cpp where it wouldn't provde a
Jason Molenda
2010-11-09
1
-3
/
+8
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-6
/
+6
*
Built the native unwinder with all the warnings c++-4.2 could muster;
Jason Molenda
2010-11-04
1
-2
/
+3
*
Handle the case where no eh_frame section is present.
Jason Molenda
2010-11-04
1
-27
/
+40
*
Add an unwind log Printf to note when an eh_frame section is
Jason Molenda
2010-10-26
1
-146
/
+205
*
Don't indent log lines by frame # spaces if the frame # exceeds 100 - the ind...
Jason Molenda
2010-10-26
1
-29
/
+42
*
Get a disassembler based on the correct architecture for assembly
Jason Molenda
2010-10-26
1
-49
/
+68
*
Check in the native lldb unwinder.
Jason Molenda
2010-10-25
1
-0
/
+986