summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-875/+755
* Improve watchpoint error reporting specially for arm/aarch64 targetsOmair Javaid2016-06-271-1/+1
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-161-3/+37
* Process: fix the build with certain kernel versionsSaleem Abdulrasool2016-04-121-0/+2
* Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer2016-01-111-1/+15
* Fix for AArch64 watchpoint cache corruption in case of ptrace failureOmair Javaid2015-11-061-1/+49
* Fix for random watchpoint testsuite failures on AArch64 targets.Omair Javaid2015-10-191-1/+4
* Fix the handling of FPR offsets in Linux arm/aarch64 register contextsTamas Berghammer2015-09-071-4/+12
* Error checking correction in AArch64 hardware watchpoint codeOmair Javaid2015-08-261-13/+68
* Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64Omair Javaid2015-08-121-58/+72
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-41/+28
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-28/+41
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-41/+28
* Fix 128bit register read and user register count on aarch64Tamas Berghammer2015-07-031-16/+10
* [NativeProcessLinux] Refactor PtraceWrapperPavel Labath2015-06-301-20/+15
* [NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath2015-06-261-348/+176
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-225/+436
* This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid2015-05-151-0/+361
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-9/+10
* Create NativeRegisterContext for android-arm64Tamas Berghammer2015-03-131-0/+537
OpenPOWER on IntegriCloud