[Lldb-commits] [PATCH] D154930: [lldb][AArch64] Add the tpidr2 TLS register that comes with SME
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 21 02:14:26 PDT 2023
omjavaid accepted this revision.
omjavaid added a comment.
This revision is now accepted and ready to land.
This looks good just a minor suggestion inline.
================
Comment at: lldb/test/API/linux/aarch64/tls_registers/TestAArch64LinuxTLSRegisters.py:84
+
+ self.check_tls_reg("tpidr2")
+
----------------
Should we try to read/write both tpidr and tpidr2 here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154930/new/
https://reviews.llvm.org/D154930
More information about the lldb-commits
mailing list