summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
AgeCommit message (Expand)Author
2025-05-22[lldb] Disable some unwind plans for discontinuous functions (#140927)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
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2019-10-11[lldb] Insert break to avoid unannotated fall-throughKadir Cetinkaya
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov