[Lldb-commits] [PATCH] D159505: [lldb][AArch64] Add testing for SME's ZA and SVG registers

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 19 03:03:51 PDT 2023


omjavaid accepted this revision.
omjavaid added a comment.
This revision is now accepted and ready to land.

this looks good



================
Comment at: lldb/test/API/commands/register/register/aarch64_za_register/za_dynamic_resize/main.c:12
+//   (this is just how ptrace works).
+// * Writing to an inactive ZA produces a SIGILL.
+
----------------
Is this a kernel requirement or just the way ptrace is implemented.?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159505



More information about the lldb-commits mailing list