summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
AgeCommit message (Expand)Author
2025-09-08[lldb][elf-core][ARM] Add support for VFP registers (#155956)Igor Kudrin
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-09-07Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndS...Muhammad Omair Javaid
2020-04-29Fix LLDB elf core dump register access for ARM/AArch64Muhammad Omair Javaid
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-02-11Use std::make_shared in LLDB (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
2017-11-28elf-core: Convert remaining register context to use register set mapsPavel Labath
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-10Make sure files include what they use (part 1/N)Pavel Labath
2015-09-14Limit scope of RegisterContextPOSIX.h headerEd Maste
2015-04-14Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid