[Lldb-commits] [PATCH] D91847: [lldb] [debugserver] Add stN aliases for stmmN for compatibility

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 20 00:47:07 PST 2020


mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski, JDevlieghere.
Herald added a subscriber: pengfei.
mgorny requested review of this revision.

Add stN aliases for the FPU (stmmN) registers on MacOSX.  This should
improve compatibility between MacOSX and other platforms, and fix
x86*-fp-write tests without having to duplicate them.

///

This patch is a complete untested guesswork. I'd really appreciate if someone with Darwin env could test it for me.


https://reviews.llvm.org/D91847

Files:
  lldb/test/Shell/Register/x86-64-fp-write.test
  lldb/test/Shell/Register/x86-fp-write.test
  lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
  lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91847.306613.patch
Type: text/x-patch
Size: 6051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201120/f94c8cca/attachment.bin>


More information about the lldb-commits mailing list