[Lldb-commits] [lldb] [lldb][AArch64] Add SME2's ZT0 register (PR #70205)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 1 01:54:11 PDT 2023
================
@@ -580,7 +616,8 @@ enum RegisterSetType : uint32_t {
// Pointer authentication registers are read only, so not included here.
MTE,
TLS,
- SME, // ZA only, SVCR and SVG are pseudo registers.
+ SME, // ZA only , SVCR and SVG are pseudo registers.
----------------
DavidSpickett wrote:
Done.
https://github.com/llvm/llvm-project/pull/70205
More information about the lldb-commits
mailing list