summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/ArmUnwindInfo.cpp
AgeCommit message (Expand)Author
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
2023-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata
2022-09-03Use llvm::upper_bound (NFC)Kazu Hirata
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet
2019-04-16Fix typo in ArmUnwindInfo::GetUnwindPlanRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-10-02Improve FreeBSD kernel debuggingEd Maste
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-2864-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton
2015-10-02Fix several issues around .ARM.exidx section handlingTamas Berghammer
2015-09-30Make the ArmUnwindInfo parsing code endian independentTamas Berghammer
2015-09-30Add support for .ARM.exidx unwind informationTamas Berghammer