summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
AgeCommit message (Expand)Author
2025-08-27[lldb][ARM] Port Arm Linux to use NativeRegisterContextDBReg (#152284)David Spickett
2025-07-29[lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (#...b10902118
2025-07-28[lldb][Arm32] Remove unused watchpoint refcount. (#150770)b10902118
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere
2020-09-07Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndS...Muhammad Omair Javaid
2019-09-02NativeProcessLinux: Remove some register context boilerplatePavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-29Typo fixes.Bruce Mitchener
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-27Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid
2016-01-11Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer
2015-10-23Fix arm lldb-server on aarch64 deviceTamas Berghammer
2015-09-07Fix the handling of FPR offsets in Linux arm/aarch64 register contextsTamas Berghammer
2015-08-25Adds support for hardware watchpoints on Arm targets.Omair Javaid
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer
2015-05-12Return the correct user register count for arm from NativeRegisterContextTamas Berghammer
2015-04-14Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid