summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
AgeCommit message (Expand)Author
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
2020-09-07Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndS...Muhammad 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-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-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-11-26Add 64/128 bit arm neon register definitions on linuxTamas Berghammer
2015-04-19Correct machine type for 32-bit armEd Maste
2015-04-14Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid