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
/
Symbol
/
UnwindTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for .ARM.exidx unwind information
Tamas Berghammer
2015-09-30
1
-10
/
+26
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-1
/
+1
*
The lldb unwinder can now use the unwind information from the compact-unwind
Jason Molenda
2014-12-08
1
-1
/
+15
*
Add a lock in the UnwindTable class so two Targets won't try
Jason Molenda
2014-06-18
1
-0
/
+9
*
Instead of having an UnwindTable own a single assembly profiler,
Jason Molenda
2014-05-23
1
-10
/
+9
*
Revert r209488; Greg suggests a different approach.
Jason Molenda
2014-05-23
1
-10
/
+2
*
The UnwindTable (one per module) used to hand out shared pointers
Jason Molenda
2014-05-23
1
-2
/
+10
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-4
/
+4
*
Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into Register...
Michael Sartain
2013-10-10
1
-1
/
+1
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Add a new 'target modules show-unwind' command to show the different
Jason Molenda
2012-07-12
1
-0
/
+25
*
Added the ability to disassembly "count" instructions given a SBAddress.
Greg Clayton
2012-03-06
1
-1
/
+1
*
Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.
Greg Clayton
2011-04-25
1
-2
/
+2
*
Put plug-ins into the correct directories as they were incorrectly located
Greg Clayton
2011-04-25
1
-5
/
+2
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-1
/
+1
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-2
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-6
/
+5
*
Fixed issues with the unwinding code where the collection of FuncUnwinders
Greg Clayton
2011-01-08
1
-34
/
+40
*
Fix thinko in UnwindTable.cpp where it wouldn't provde a
Jason Molenda
2010-11-09
1
-6
/
+1
*
Handle the case where no eh_frame section is present.
Jason Molenda
2010-11-04
1
-16
/
+14
*
Added motheds to C++ classes as we parse them to keep clang happy.
Greg Clayton
2010-09-23
1
-8
/
+9
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-0
/
+132