summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/UnwindPlan.cpp
AgeCommit message (Expand)Author
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2025-04-22[lldb] Slide eh_frame unwind plan if it doesn't begin at function boundary (#...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-04-09Reapply "[lldb] Remove UnwindPlan::Row shared_ptrs" (#134821)Pavel Labath
2025-04-04Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (#134...Pavel Labath
2025-04-03Revert "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)"Vladislav Dzhidzhoev
2025-04-02[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)Pavel Labath
2025-03-31[lldb] Make GetRowForFunctionOffset compatible with discontinuous functions (...Pavel Labath
2025-03-27Revert "[lldb] Remove UnwindPlan::Row shared_ptrs (#132370)" (#133299)Jordan Rupprecht
2025-03-27[lldb] Remove UnwindPlan::Row shared_ptrs (#132370)Pavel Labath
2025-03-21 [lldb] s/ValidRange/ValidRanges in UnwindPlan (#127661)Pavel Labath
2025-03-20[lldb] Use UnwindPlan::Row as values, part 2 (#132008)Pavel Labath
2025-02-25[lldb] Don't hand out UnwindPlan::Row shared_ptrs (#128181)Pavel Labath
2024-10-04[lldb] Add isConstant mode for FA locations (#110726)Felipe de Azevedo Piovezan
2024-09-24[lldb][NFC] Add the UnwindPlan method for the header updateJason Molenda
2024-09-23[lldb][NFC] New names for the two RegisterLocation classes (#109611)Jason Molenda
2024-07-31[lldb] Add constant value mode for RegisterLocation in UnwindPlans (#100624)Felipe de Azevedo Piovezan
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-15Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-12-14Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-12-14Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille
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
2021-08-19[lldb][NFC] Remove unused header includeAlex Langford
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-02-17Add a new Row setting to mark all un-declared regs as UndefinedJason Molenda
2020-10-23fix lldb for recent libDebugInfoDWARF API changeDavid Blaikie
2020-08-25Update UnwindPlan dump to list if it is a trap handler func; also CommandJason Molenda
2020-05-25[lldb] Remove custom DWARF expression printing codePavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-27Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-23UnwindPlan: pretty-print dwarf expressionsPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-30[x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner