summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade2019-10-311-0/+2
* [Linux/x86] Fix writing of non-gpr registers on newer processorsPavel Labath2019-04-011-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Kill struct IOVECPavel Labath2017-12-011-1/+2
* Fix floating point register write on new x86 linux kernelsPavel Labath2017-11-281-0/+2
* Clean up NativeRegisterContextPavel Labath2017-11-101-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-15/+16
* Refactor NativeRegisterContextLinux_x86_64 code.Valentina Giusti2016-09-211-6/+0
* Use 'enum class' instead of 'enum' in NativeRegisterContextLinux_x86_x64.Valentina Giusti2016-09-141-2/+2
* Use Intel CPU flags to determine target supported features.Valentina Giusti2016-09-141-6/+11
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-081-3/+12
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-107/+74
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-061-16/+1
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-051-1/+16
* Bug 24457 - X87 FPU Special Purpose RegistersAbhishek Aggarwal2015-09-071-0/+1
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-24/+24
* This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid2015-05-151-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-5/+8
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-2/+5
* Report stopped by trace if none of the watchpoint was hitTamas Berghammer2015-03-171-3/+3
* Report the actual user register count from NativeRegisterContextLinux_x86_64Tamas Berghammer2015-03-091-0/+3
* Fix four missing 'override' specifiers found with the ClangChandler Carruth2015-02-131-4/+4
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-0/+26
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-1/+1
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-2/+2
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-301-0/+135
OpenPOWER on IntegriCloud