summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/DWARFCallFrameInfo.cpp
AgeCommit message (Expand)Author
2025-09-23[LLDB] Fix 64 bit support for CIE and FDE handling in DWARFCallFrameInfo (#15...Andrew Gontarek
2025-08-05[lldb] Implement DW_CFA_val_offset and DW_CFA_val_offset_sf (#150732)Daniel Sanders
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-05-07[lldb] Parse DWARF CFI for discontinuous functions (#137006)Pavel Labath
2025-04-22[lldb] Slide eh_frame unwind plan if it doesn't begin at function boundary (#...Pavel Labath
2025-04-11[lldb] Small refactor of eh_frame parsing (#134806)Pavel Labath
2025-04-10[lldb] Support negative function offsets in UnwindPlans (#134662)Pavel Labath
2025-04-09[lldb] Remove unused UnwindPlan functions (#134630)Pavel Labath
2025-03-21 [lldb] s/ValidRange/ValidRanges in UnwindPlan (#127661)Pavel Labath
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath
2024-09-23[lldb][NFC] New names for the two RegisterLocation classes (#109611)Jason Molenda
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
2024-06-18[lldb] Remove LLVM_PRETTY_FUNCTION from LLDB_SCOPED_TIMERFJonas Devlieghere
2023-06-16[lldb] Fix handling of cfi_restore in the unwinderJaroslav Sevcik
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
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
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet
2019-05-22[Symbol] Remove dead codeAlex Langford
2019-04-23FuncUnwinders: remove "current_offset" from function argumentsPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-07Promote more debug-only assertions to regular assertions.Adrian Prantl
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
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
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-17Add missing break stmt to DW_CFA_GNU_args_size case.Jason Molenda
2016-07-13Add "support" for DW_CFA_GNU_args_size to the unwinderPavel Labath
2016-06-07Add support for using armv7 compact unwind informationJason Molenda