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
*
[Windows] Use information from the PE32 exceptions directory to construct unw...
Aleksandr Urakov
2019-10-11
1
-2
/
+16
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-5
/
+1
*
FuncUnwinders: Add a new "SymbolFile" unwind plan
Pavel Labath
2019-05-10
1
-0
/
+7
*
Reinitialize UnwindTable when the SymbolFile changes
Pavel Labath
2019-03-18
1
-1
/
+1
*
Move UnwindTable from ObjectFile to Module
Pavel Labath
2019-02-14
1
-13
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-10
/
+7
*
[DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sections
Pavel Labath
2017-06-28
1
-3
/
+3
*
Add debug_frame section support
Pavel Labath
2017-06-27
1
-49
/
+61
*
Revert "Fix FDE indexing while scan debug_info section."
Pavel Labath
2017-05-25
1
-7
/
+0
*
Fix FDE indexing while scan debug_info section.
Hafiz Abid Qadeer
2017-05-25
1
-0
/
+7
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-143
/
+126
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-11
/
+11
*
Add a way for an ObjectFile to indicate that assembly emulation
Jason Molenda
2016-05-04
1
-0
/
+6
*
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