summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix linux arm and mips builds broken by r308282Pavel Labath2017-07-181-2/+2
* NativeProcessLinux: Fix some compiler warningsPavel Labath2017-07-111-3/+3
* Rename Error -> Status.Zachary Turner2017-05-121-56/+59
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-44/+108
* Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath2017-02-031-70/+29
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Merge Linux and FreeBSD arm64 register contextsPavel Labath2016-11-251-2/+2
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-5/+5
* Make the Error class constructor protectedMehdi Amini2016-11-111-5/+5
* Add the new arm64 sub-register definitions to NativeRegisterContextLinuxPavel Labath2016-10-241-1/+25
* Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...Omair Javaid2016-10-201-52/+29
* *** 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