[all-commits] [llvm/llvm-project] ff30bf: [lldb] [Process/FreeBSDRemote] Support YMM reg via...
Michał Górny via All-commits
all-commits at lists.llvm.org
Wed Oct 14 10:57:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ff30bff136743817dae66029f512cdb3a009937f
https://github.com/llvm/llvm-project/commit/ff30bff136743817dae66029f512cdb3a009937f
Author: Michał Górny <mgorny at moritz.systems>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp
M lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.h
Log Message:
-----------
[lldb] [Process/FreeBSDRemote] Support YMM reg via PT_*XSTATE
Add a framework for reading/writing extended register sets via
PT_GETXSTATE/PT_GETXSTATE_INFO/PT_SETXSTATE, and use it to support
YMM0..YMM15. The code is prepared to handle arbitrary XSAVE extensions,
including correct offset handling.
This fixes Shell/Register/*ymm* tests.
Differential Revision: https://reviews.llvm.org/D89193
More information about the All-commits
mailing list