[Lldb-commits] [PATCH] D154927: [lldb][AArch64] Add SME's streaming vector control register

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 18 08:07:59 PDT 2023


DavidSpickett added inline comments.


================
Comment at: lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py:30
+                "0x000000000000000" + expected_value])
+
         p_reg_size = int(z_reg_size / 8)
----------------
This is the check promised in the previous patch. It ensures that when we return from evaluating the expression we do restore the previous operating mode.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154927



More information about the lldb-commits mailing list