aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/DWARFCallFrameInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-23[LLDB] Fix 64 bit support for CIE and FDE handling in DWARFCallFrameInfo (#15...Andrew Gontarek1-11/+30
2025-08-05[lldb] Implement DW_CFA_val_offset and DW_CFA_val_offset_sf (#150732)Daniel Sanders1-2/+26
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere1-1/+1
2025-05-07[lldb] Parse DWARF CFI for discontinuous functions (#137006)Pavel Labath1-30/+34
2025-04-22[lldb] Slide eh_frame unwind plan if it doesn't begin at function boundary (#...Pavel Labath1-1/+5
2025-04-11[lldb] Small refactor of eh_frame parsing (#134806)Pavel Labath1-42/+45
2025-04-10[lldb] Support negative function offsets in UnwindPlans (#134662)Pavel Labath1-1/+1
2025-04-09[lldb] Remove unused UnwindPlan functions (#134630)Pavel Labath1-34/+4
2025-03-21 [lldb] s/ValidRange/ValidRanges in UnwindPlan (#127661)Pavel Labath1-1/+1
2025-03-19[lldb] Use UnwindPlan::Row as values (#131150)Pavel Labath1-35/+15
2024-09-23[lldb][NFC] New names for the two RegisterLocation classes (#109611)Jason Molenda1-8/+8
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava1-2/+2
2024-06-18[lldb] Remove LLVM_PRETTY_FUNCTION from LLDB_SCOPED_TIMERFJonas Devlieghere1-2/+1
2023-06-16[lldb] Fix handling of cfi_restore in the unwinderJaroslav Sevcik1-0/+5
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-6/+6
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere1-19/+17
2022-03-03[LLDB] Remove cases of using namespace llvm:: from header fileShafik Yaghmour1-0/+1
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-1/+2
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-2/+2
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-2/+1
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-7/+6
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet1-0/+4
2019-05-22[Symbol] Remove dead codeAlex Langford1-55/+0
2019-04-23FuncUnwinders: remove "current_offset" from function argumentsPavel Labath1-17/+22
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-03-07Promote more debug-only assertions to regular assertions.Adrian Prantl1-2/+0
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath1-2/+1
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-5/+5
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-110/+97
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-6/+3
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-06-28[DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sectionsPavel Labath1-18/+11
2017-06-27Add debug_frame section supportPavel Labath1-15/+48
2017-05-25Revert "Fix FDE indexing while scan debug_info section."Pavel Labath1-20/+11
2017-05-25Fix FDE indexing while scan debug_info section.Hafiz Abid Qadeer1-11/+20
2017-05-15Remove an expensive lock from TimerPavel Labath1-1/+2
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner1-16/+142
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-825/+817
2016-08-09Delete Host/windows/win32.hZachary Turner1-1/+1
2016-07-17Add missing break stmt to DW_CFA_GNU_args_size case.Jason Molenda1-0/+1
2016-07-13Add "support" for DW_CFA_GNU_args_size to the unwinderPavel Labath1-0/+20
2016-06-07Add support for using armv7 compact unwind informationJason Molenda1-0/+11