summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
Commit message (Expand)AuthorAgeFilesLines
* NativeProcessLinux: Remove some register context boilerplatePavel Labath2019-09-021-23/+25
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-6/+3
* Don't check the validity of newly contructed data buffersPavel Labath2019-07-011-7/+0
* Remove null checks of results of new expressionsPavel Labath2019-07-011-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-25/+19
* Clean up NativeRegisterContextPavel Labath2017-11-101-12/+10
* Rename Error -> Status.Zachary Turner2017-05-121-58/+61
* 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
* Merge Linux and FreeBSD arm register contextsPavel Labath2017-02-271-2/+2
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-66/+125
* Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath2017-02-031-60/+27
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-6/+6
* Make the Error class constructor protectedMehdi Amini2016-11-111-6/+6
* Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...Omair Javaid2016-10-201-53/+30
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-898/+747
* 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