summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/RegisterContext_x86_64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-171-36/+90
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-121-6/+0
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-121-0/+6
* Using offsetof to an item within an array is an extension so mark it as such ...Andy Gibbs2013-06-241-6/+7
* Add assertion for when no watchpoint found in POSIX watchnotify handler.Matt Kopec2013-06-181-9/+18
* Fix setting of watchpoints on inferior thread creation for Linux.Matt Kopec2013-06-031-10/+36
* Prevent convenience registers from being included in "read register" as they ...Ashok Thirumurthi2013-05-131-1/+4
* Fixed expression evaluation with convenience registers.Ashok Thirumurthi2013-05-131-2/+13
* Fixed "log enable linux registers" and added a test.Ashok Thirumurthi2013-05-091-7/+8
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-1/+214
* Refactoring for struct UserArea:Ashok Thirumurthi2013-05-031-84/+81
* Platform-specific specialization for the GPR register file.Ashok Thirumurthi2013-05-011-140/+42
* Build fix for systems that do not support NT_X86_XSTATE ptrace support.Matt Kopec2013-04-251-0/+5
* Adds 64-bit POSIX support for AVXAshok Thirumurthi2013-04-251-66/+319
* Added 64-bit POSIX support to write floating-point vector registers.Ashok Thirumurthi2013-04-231-1/+9
* Added 64-bit POSIX support to write general-purpose floating-point registers.Ashok Thirumurthi2013-04-231-4/+40
* Introduces extended register sets whose availability can vary with the target...Ashok Thirumurthi2013-03-281-15/+82
* Improve/Cleanup ptrace wrapper and remove dependency on user.hMatt Kopec2013-03-061-4/+4
* Add i386 register support for the x86_64 RegisterContext plugin. This allows ...Matt Kopec2013-02-191-132/+296
* Fix buildbot building errors.Greg Clayton2013-01-251-2/+2
* Allow reading registers by thread ID in ProcessMonitor (Linux implementation)Daniel Malea2012-12-181-6/+6
* Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64.Greg Clayton2012-10-241-4/+59
* rdar://problem/10652076Johnny Chen2012-02-291-4/+4
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-1/+2
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+757
OpenPOWER on IntegriCloud