[Lldb-commits] [PATCH] D60325: [lldb] [Process/NetBSD] Fix wrongly mapping mm* registers

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 5 10:02:29 PDT 2019


mgorny created this revision.
mgorny added reviewers: krytarowski, labath.

Fix mistake that mapped mm* registers into the space for xmm* registers,
rather than the one shared with st* registers.  In other words,
'register read mmN' now correctly shows the mmN register rather than
part of xmmN.

Includes a minimal lit regression test.


https://reviews.llvm.org/D60325

Files:
  lldb/lit/Register/Inputs/x86-mm-xmm-read.s
  lldb/lit/Register/x86-mm-xmm-read.test
  lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60325.193905.patch
Type: text/x-patch
Size: 4033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190405/e3d8a533/attachment.bin>


More information about the lldb-commits mailing list