summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve watchpoint error reporting specially for arm/aarch64 targetsOmair Javaid2016-06-271-1/+1
* Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid2016-06-271-2/+39
* Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer2016-01-111-7/+81
* Fix for undefined behavior while updating PC value on arm-linuxOmair Javaid2016-01-051-1/+18
* Add 64/128 bit arm neon register definitions on linuxTamas Berghammer2015-11-261-0/+51
* Fix for Arm watchpoint cache corruption in case of ptrace failureOmair Javaid2015-10-271-0/+48
* Corrects return values and typos in Arm watchpoint codeOmair Javaid2015-10-251-4/+4
* Fix arm lldb-server on aarch64 deviceTamas Berghammer2015-10-231-0/+45
* Fix the handling of FPR offsets in Linux arm/aarch64 register contextsTamas Berghammer2015-09-071-4/+13
* Adds support for hardware watchpoints on Arm targets.Omair Javaid2015-08-251-0/+484
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-197/+31
* Return the correct user register count for arm from NativeRegisterContextTamas Berghammer2015-05-121-0/+9
* Fix printf warnings about a size mismatch on MacOSX.Greg Clayton2015-04-141-3/+3
* Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid2015-04-141-0/+520
OpenPOWER on IntegriCloud