summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
AgeCommit message (Expand)Author
2025-01-24[lldb][AArch64] Add Guarded Control Stack registers (#123720)David Spickett
2024-09-25[lldb][AArch64][Linux] Add Floating Point Mode Register (#106695)David Spickett
2023-10-25[lldb][AArch64] Read mte_ctrl register from core files (#69689)David Spickett
2023-09-19[lldb][AArch64] Add SME's Array Storage (ZA) registerDavid Spickett
2023-08-03[lldb][AArch64] Add reading of TLS tpidr register from core filesDavid Spickett
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-03Support AArch64 PAC elf-core register readMuhammad Omair Javaid
2021-03-31[LLDB] Add support for Arm64/Linux dynamic register setsMuhammad Omair Javaid
2020-07-21Revert "Revert "AArch64 SVE register infos and core file support""Muhammad Omair Javaid
2020-07-20Revert "AArch64 SVE register infos and core file support"Muhammad Omair Javaid
2020-07-20AArch64 SVE register infos and core file supportMuhammad Omair Javaid
2020-07-20Remove use of multiple reg index enums by RegisterContextPOSIX_arm64Muhammad Omair Javaid
2020-07-07Combine multiple defs of arm64 register setsMuhammad Omair Javaid
2020-06-18Remove code duplication from RegisterContextPOSIX_*Muhammad Omair Javaid
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-05-23Remove spurious dependency on Process/elf-core from Process/Utility.James Y Knight
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2016-10-24Add the new arm64 sub-register definitions to NativeRegisterContextLinuxPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-03-13Create NativeRegisterContext for android-arm64Tamas Berghammer
2014-09-02Linux ARM64: add ProcessMonitor-related RegisterContext support.Todd Fiala