aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/UnwindPlan.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine1-3/+3
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine1-3/+3
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine1-3/+3
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine1-2/+4
2025-04-22[lldb] Slide eh_frame unwind plan if it doesn't begin at function boundary (#...Pavel Labath1-1/+1
2025-04-10[lldb] Support negative function offsets in UnwindPlans (#134662)Pavel Labath1-3/+3
2025-04-09[lldb] Remove unused UnwindPlan functions (#134630)Pavel Labath1-13/+0
2025-04-09Reapply "[lldb] Remove UnwindPlan::Row shared_ptrs" (#134821)Pavel Labath1-16/+16
2025-04-04Reapply "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders " (#134...Pavel Labath1-1/+1
2025-04-03Revert "[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)"Vladislav Dzhidzhoev1-1/+1
2025-04-02[lldb] Return *const* UnwindPlan pointers from FuncUnwinders (#133247)Pavel Labath1-1/+1
2025-03-31[lldb] Make GetRowForFunctionOffset compatible with discontinuous functions (...Pavel Labath1-3/+4
2025-03-27Revert "[lldb] Remove UnwindPlan::Row shared_ptrs (#132370)" (#133299)Jordan Rupprecht1-16/+16
2025-03-27[lldb] Remove UnwindPlan::Row shared_ptrs (#132370)Pavel Labath1-16/+16
2025-03-21 [lldb] s/ValidRange/ValidRanges in UnwindPlan (#127661)Pavel Labath1-50/+39
2025-03-20[lldb] Use UnwindPlan::Row as values, part 2 (#132008)Pavel Labath1-12/+9
2025-02-25[lldb] Don't hand out UnwindPlan::Row shared_ptrs (#128181)Pavel Labath1-28/+24
2024-10-04[lldb] Add isConstant mode for FA locations (#110726)Felipe de Azevedo Piovezan1-0/+4
2024-09-24[lldb][NFC] Add the UnwindPlan method for the header updateJason Molenda1-0/+11
2024-09-23[lldb][NFC] New names for the two RegisterLocation classes (#109611)Jason Molenda1-18/+16
2024-07-31[lldb] Add constant value mode for RegisterLocation in UnwindPlans (#100624)Felipe de Azevedo Piovezan1-0/+17
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-3/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-15Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-1/+1
2022-12-14Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-1/+1
2022-12-14Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-1/+1
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-1/+1
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-1/+1
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-1/+1
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille1-0/+1
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-4/+4
2021-08-19[lldb][NFC] Remove unused header includeAlex Langford1-1/+0
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-3/+1
2021-02-17Add a new Row setting to mark all un-declared regs as UndefinedJason Molenda1-6/+13
2020-10-23fix lldb for recent libDebugInfoDWARF API changeDavid Blaikie1-1/+1
2020-08-25Update UnwindPlan dump to list if it is a trap handler func; also CommandJason Molenda1-0/+12
2020-05-25[lldb] Remove custom DWARF expression printing codePavel Labath1-7/+5
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-09-27Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath1-2/+6
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-18/+20
2019-04-23UnwindPlan: pretty-print dwarf expressionsPavel Labath1-4/+35
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-30[x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov1-7/+29
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-4/+2
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1