summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/UnwindTable.cpp
AgeCommit message (Expand)Author
2025-05-07[lldb] Parse DWARF CFI for discontinuous functions (#137006)Pavel Labath
2025-03-27[lldb] Teach FuncUnwinders about discontinuous functions (#133072)Pavel Labath
2025-02-07[lldb] Clear cached unwind plans when adding symbols (#125839)Pavel Labath
2024-10-14Revert "[lldb] Improve unwinding for discontinuous functions (#111409)"Shubham Sandeep Rastogi
2024-10-14[lldb] Improve unwinding for discontinuous functions (#111409)Pavel Labath
2024-08-01[lldb] Change Module to have a concrete UnwindTable, update (#101130)Jason Molenda
2024-03-27[lldb] Revive shell test after updating UnwindTable (#86770)Jason Molenda
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov
2019-08-02SymbolVendor: Introduce Module::GetSymbolFilePavel Labath
2019-05-10FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath
2019-03-18Reinitialize UnwindTable when the SymbolFile changesPavel Labath
2019-02-14Move UnwindTable from ObjectFile to ModulePavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-28[DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sectionsPavel Labath
2017-06-27Add debug_frame section supportPavel Labath
2017-05-25Revert "Fix FDE indexing while scan debug_info section."Pavel Labath
2017-05-25Fix FDE indexing while scan debug_info section.Hafiz Abid Qadeer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-04Add a way for an ObjectFile to indicate that assembly emulationJason Molenda
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer
2015-08-15A messy bit of cleanup: Move towards more descriptive namesJason Molenda
2014-12-08The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda
2014-06-18Add a lock in the UnwindTable class so two Targets won't tryJason Molenda
2014-05-23Instead of having an UnwindTable own a single assembly profiler, Jason Molenda
2014-05-23Revert r209488; Greg suggests a different approach.Jason Molenda
2014-05-23The UnwindTable (one per module) used to hand out shared pointersJason Molenda
2014-04-20Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste
2013-10-10Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into Register...Michael Sartain
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-07-12Add a new 'target modules show-unwind' command to show the differentJason Molenda
2012-03-06Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton
2011-04-25Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton
2011-04-25Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton
2011-04-11Order of initialization lists.Stephen Wilson
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton