[Lldb-commits] [PATCH] D61210: [lldb] [lit] Introduce tests for reading x86 general purpose registers

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 27 01:22:02 PDT 2019


mgorny updated this revision to Diff 196950.
mgorny added a comment.

Updated to avoid returning to the program with corrupt RSP/RBP. In the 64-bit version, I'm saving the initial values in %r8 and %r9; in the 32-bit version, I'm using %mm0 and %mm1.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61210/new/

https://reviews.llvm.org/D61210

Files:
  lldb/lit/Register/Inputs/x86-64-gp-read.cpp
  lldb/lit/Register/Inputs/x86-gp-read.cpp
  lldb/lit/Register/x86-64-gp-read.test
  lldb/lit/Register/x86-gp-read.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61210.196950.patch
Type: text/x-patch
Size: 5050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190427/0c465265/attachment-0001.bin>


More information about the lldb-commits mailing list