summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/UnwindTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-111-2/+16
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-5/+1
* FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath2019-05-101-0/+7
* Reinitialize UnwindTable when the SymbolFile changesPavel Labath2019-03-181-1/+1
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-141-13/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+7
* [DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sectionsPavel Labath2017-06-281-3/+3
* Add debug_frame section supportPavel Labath2017-06-271-49/+61
* Revert "Fix FDE indexing while scan debug_info section."Pavel Labath2017-05-251-7/+0
* Fix FDE indexing while scan debug_info section.Hafiz Abid Qadeer2017-05-251-0/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-143/+126
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-11/+11
* Add a way for an ObjectFile to indicate that assembly emulationJason Molenda2016-05-041-0/+6
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-10/+26
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-1/+1
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-1/+15
* Add a lock in the UnwindTable class so two Targets won't tryJason Molenda2014-06-181-0/+9
* Instead of having an UnwindTable own a single assembly profiler, Jason Molenda2014-05-231-10/+9
* Revert r209488; Greg suggests a different approach.Jason Molenda2014-05-231-10/+2
* The UnwindTable (one per module) used to hand out shared pointersJason Molenda2014-05-231-2/+10
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-4/+4
* Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into Register...Michael Sartain2013-10-101-1/+1
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Add a new 'target modules show-unwind' command to show the differentJason Molenda2012-07-121-0/+25
* Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton2012-03-061-1/+1
* Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton2011-04-251-2/+2
* Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton2011-04-251-5/+2
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-1/+1
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-6/+5
* Fixed issues with the unwinding code where the collection of FuncUnwindersGreg Clayton2011-01-081-34/+40
* Fix thinko in UnwindTable.cpp where it wouldn't provde a Jason Molenda2010-11-091-6/+1
* Handle the case where no eh_frame section is present.Jason Molenda2010-11-041-16/+14
* Added motheds to C++ classes as we parse them to keep clang happy.Greg Clayton2010-09-231-8/+9
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-0/+132
OpenPOWER on IntegriCloud