aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-08-27[lldb][ARM] Port Arm Linux to use NativeRegisterContextDBReg (#152284)David Spickett1-500/+57
2025-07-29[lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (#...b109021181-10/+39
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-17/+21
2024-06-10[lldb] Remove redundant condition in watch mask check (NFC) (#94842)Shivam Gupta1-1/+1
2022-10-12[LLDB] Change RegisterValue::SetType param to const RegisterInfo&David Spickett1-1/+1
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath1-0/+6
2022-07-25[lldb][ARM/AArch64] Use sys/uio.h instead of socket.h in native register contextDavid Spickett1-1/+1
2022-04-05[lldb] Add missing const to NativeRegisterContextLinux_armBenjamin Kramer1-1/+1
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere1-1/+1
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath1-13/+13
2021-10-20[lldb] [Process/Linux] Support arbitrarily-sized FPR writes on ARMMichał Górny1-20/+2
2021-08-25[LLDB] Remove typos from NativeRegisterContextLinux_arm*Muhammad Omair Javaid1-4/+4
2021-04-01[lldb] Fix build errors from 3bea7306e8Pavel Labath1-2/+3
2021-03-30[lldb] Change CreateHostNativeRegisterContextLinux argument typePavel Labath1-1/+1
2020-10-26[lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86Michał Górny1-2/+2
2020-09-07Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndS...Muhammad Omair Javaid1-76/+18
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-3/+3
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-09-02NativeProcessLinux: Remove some register context boilerplatePavel Labath1-23/+25
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere1-6/+3
2019-07-01Don't check the validity of newly contructed data buffersPavel Labath1-7/+0
2019-07-01Remove null checks of results of new expressionsPavel Labath1-4/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-25/+19
2017-11-10Clean up NativeRegisterContextPavel Labath1-12/+10
2017-05-12Rename Error -> Status.Zachary Turner1-58/+61
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner1-1/+1
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-27Merge Linux and FreeBSD arm register contextsPavel Labath1-2/+2
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid1-66/+125
2017-02-03Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath1-60/+27
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-11-11Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini1-6/+6
2016-11-11Make the Error class constructor protectedMehdi Amini1-6/+6
2016-10-20Fix ARM/AArch64 Step-Over watchpoint issue remove provision for duplicate wat...Omair Javaid1-53/+30
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-898/+747
2016-06-27Improve watchpoint error reporting specially for arm/aarch64 targetsOmair Javaid1-1/+1
2016-06-27Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid1-2/+39
2016-01-11Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer1-7/+81
2016-01-05Fix for undefined behavior while updating PC value on arm-linuxOmair Javaid1-1/+18
2015-11-26Add 64/128 bit arm neon register definitions on linuxTamas Berghammer1-0/+51
2015-10-27Fix for Arm watchpoint cache corruption in case of ptrace failureOmair Javaid1-0/+48
2015-10-25Corrects return values and typos in Arm watchpoint codeOmair Javaid1-4/+4
2015-10-23Fix arm lldb-server on aarch64 deviceTamas Berghammer1-0/+45
2015-09-07Fix the handling of FPR offsets in Linux arm/aarch64 register contextsTamas Berghammer1-4/+13
2015-08-25Adds support for hardware watchpoints on Arm targets.Omair Javaid1-0/+484
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer1-197/+31
2015-05-12Return the correct user register count for arm from NativeRegisterContextTamas Berghammer1-0/+9