summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1058/+900
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-061-169/+10
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-051-10/+169
* PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal2015-12-021-3/+41
* X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal2015-10-121-0/+6
* Bug 24457 - X87 FPU Special Purpose RegistersAbhishek Aggarwal2015-09-071-4/+24
* Removing redundant check from r244875Ravitheja Addepally2015-08-131-12/+6
* Fix Linux build after r244875Tamas Berghammer2015-08-131-10/+2
* Set orig_eax to -1 for Linux x86 platformsRavitheja Addepally2015-08-131-0/+28
* Fix read only watchpoints on x86_64Tamas Berghammer2015-08-121-1/+3
* Fix LLGS to enable read type watchpointsOmair Javaid2015-08-121-0/+3
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-198/+104
* 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-8/+9
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-16/+51
* Report the actual user register count from NativeRegisterContextLinux_x86_64Tamas Berghammer2015-03-091-0/+13
* Watchpoint debug registers should work in i386 as well.Chaoren Lin2015-02-171-12/+12
* Test commit.Chaoren Lin2015-02-041-1/+1
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-0/+167
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-2/+2
* Refactor ptrace commands in NativeProcessLinux to use Error as result return ...Chaoren Lin2015-02-031-21/+15
* Rename lldb registers to contain lldb_ prefix.Zachary Turner2014-11-211-228/+228
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-301-0/+1040
OpenPOWER on IntegriCloud