[Lldb-commits] [PATCH] D63545: [lldb] [Process/NetBSD] Support reading YMM registers via PT_*XSTATE [DO NOT MERGE]
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 20 04:42:53 PDT 2019
labath added a comment.
In D63545#1551703 <https://reviews.llvm.org/D63545#1551703>, @mgorny wrote:
> In D63545#1551681 <https://reviews.llvm.org/D63545#1551681>, @labath wrote:
>
> > Maybe have GetYMM(unsigned num, YMM& reg)/SetYMM(unsigned num, const YMM ®) methods on the XSAVE struct ?
>
>
> We aren't using XSAVE struct. We are using NetBSD-specific `struct xstate` that has guaranteed fixed offsets.
Ah, right, I forgot about that part. In that case, it's probably not worth doing that...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63545/new/
https://reviews.llvm.org/D63545
More information about the lldb-commits
mailing list