[Lldb-commits] [PATCH] D108937: [lldb] [Process/gdb-remote] Support combining xmm* and ymm*h regs into ymm*
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 30 12:29:37 PDT 2021
mgorny created this revision.
mgorny added reviewers: emaste, krytarowski, jasonmolenda, JDevlieghere, labath.
Herald added a subscriber: mgrang.
mgorny requested review of this revision.
gdbserver does not expose combined ymm* registers but rather XSAVE-style
split xmm* and ymm*h portions. Extend value_regs to support combining
multiple registers and use it to create user-friendly ymm* registers
that are combined from split xmm* and ymm*h portions.
https://reviews.llvm.org/D108937
Files:
lldb/include/lldb/lldb-private-types.h
lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext_x86_64.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/test/API/functionalities/gdb_remote_client/TestGDBServerTargetXML.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108937.369521.patch
Type: text/x-patch
Size: 15667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210830/7f010712/attachment.bin>
More information about the lldb-commits
mailing list