summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
AgeCommit message (Expand)Author
2023-07-20[lldb][x86_64] Support fs_base/gs_base register in LinuxJeffrey Tan
2023-04-05[lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfoPavel Labath
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-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere
2021-03-01[lldb] Rename NativeRegisterContext{Watchpoint => DBReg}_x86Michał Górny
2020-10-26[lldb] [Process/Linux] Reuse NativeRegisterContextWatchpoint_x86Michał Górny
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2019-10-31[lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade
2019-04-01[Linux/x86] Fix writing of non-gpr registers on newer processorsPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-01Kill struct IOVECPavel Labath
2017-11-28Fix floating point register write on new x86 linux kernelsPavel Labath
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-21Refactor NativeRegisterContextLinux_x86_64 code.Valentina Giusti
2016-09-14Use 'enum class' instead of 'enum' in NativeRegisterContextLinux_x86_x64.Valentina Giusti
2016-09-14Use Intel CPU flags to determine target supported features.Valentina Giusti
2016-09-08Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-06Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski
2016-09-05Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti
2015-09-07Bug 24457 - X87 FPU Special Purpose RegistersAbhishek Aggarwal
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-19Report watchpoint hits during single stepping.Chaoren Lin
2015-03-17Report stopped by trace if none of the watchpoint was hitTamas Berghammer
2015-03-09Report the actual user register count from NativeRegisterContextLinux_x86_64Tamas Berghammer
2015-02-13Fix four missing 'override' specifiers found with the ClangChandler Carruth
2015-02-03Implement setting and clearing watchpoints.Chaoren Lin
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin
2014-09-27Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala
2014-06-30Fixup Windows build breaks for the llgs upstream.Todd Fiala