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