summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
AgeCommit message (Expand)Author
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-11-11Remove header grouping comments.Jonas Devlieghere
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-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath
2017-07-18Fix linux arm and mips builds broken by r308282Pavel Labath
2017-07-11NativeProcessLinux: Fix some compiler warningsPavel 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-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-25Merge Linux and FreeBSD arm64 register contextsPavel Labath
2016-11-11Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-24Add the new arm64 sub-register definitions to NativeRegisterContextLinuxPavel Labath
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-16Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid
2016-04-12Process: fix the build with certain kernel versionsSaleem Abdulrasool
2016-01-11Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer
2015-11-06Fix for AArch64 watchpoint cache corruption in case of ptrace failureOmair Javaid
2015-10-19Fix for random watchpoint testsuite failures on AArch64 targets.Omair Javaid
2015-09-07Fix the handling of FPR offsets in Linux arm/aarch64 register contextsTamas Berghammer
2015-08-26Error checking correction in AArch64 hardware watchpoint codeOmair Javaid
2015-08-12Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64Omair Javaid
2015-07-21[NativeProcessLinux] Integrate MainLoopPavel Labath
2015-07-16Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath
2015-07-15[NativeProcessLinux] Integrate MainLoopPavel Labath
2015-07-03Fix 128bit register read and user register count on aarch64Tamas Berghammer
2015-06-30[NativeProcessLinux] Refactor PtraceWrapperPavel Labath
2015-06-26[NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer
2015-05-15This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-13Create NativeRegisterContext for android-arm64Tamas Berghammer