[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
Thu Apr 2 02:08:53 PDT 2020


omjavaid added a comment.

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.


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

https://reviews.llvm.org/D77047





More information about the lldb-commits mailing list