[Lldb-commits] [PATCH] D77047: AArch64 SVE register infos and ptrace support

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 7 03:45:20 PDT 2020


omjavaid added a comment.

In D77047#1956774 <https://reviews.llvm.org/D77047#1956774>, @omjavaid wrote:

> In D77047#1954696 <https://reviews.llvm.org/D77047#1954696>, @labath wrote:
>
> > > There is no physical hardware currently available to test SVE and we make use of QEMU for the purpose of testing this feature.
> >
> > Are these registers presented in core files in any way? Would it be possible to at least test the `RegisterInfoPOSIX_arm64.h` changes that way?
>
>
> Yes. Core file section is added for SVE registers but i have not tried to get that working with LLDB. I will get back to you on this.


@labath Core file FP register access is not supported on AArch64. I am working on a follow up patch to fix it. This patch only has linux changes so can we get this through?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77047/new/

https://reviews.llvm.org/D77047





More information about the lldb-commits mailing list