summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
AgeCommit message (Expand)Author
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath
2021-06-24[lldb][AArch64] Add memory tag reading to lldb-serverDavid Spickett
2021-04-01[lldb] Fix compilation with gcc-6.5Pavel Labath
2021-03-30[lldb] Change CreateHostNativeRegisterContextLinux argument typePavel Labath
2020-10-26[lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86Michał Górny
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2020-07-07Combine multiple defs of arm64 register setsMuhammad Omair Javaid
2019-12-06Cleanup and speedup NativeRegisterContextLinux_arm64Muhammad Omair Javaid
2019-10-31[lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade
2019-09-02NativeProcessLinux: Remove some register context boilerplatePavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Break the cycle between Host and PluginProcessUtility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-07-22Fix warnings found by -Wextra-semiPavel Labath
2015-06-26[NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer