[Lldb-commits] [PATCH] D159504: [lldb][AArch64] Implement resizing of SME's ZA register

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 15 06:43:14 PDT 2023


DavidSpickett marked an inline comment as done.
DavidSpickett added inline comments.


================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp:839
+
+void GDBRemoteDynamicRegisterInfo::UpdateARM64SMERegistersInfos(uint64_t svg) {
+  for (auto &reg : m_regs) {
----------------
omjavaid wrote:
> can we combine UpdateARM64SVERegistersInfos and UpdateARM64SMERegistersInfos to avoid back to back calls of ConfigureOffsets
Yes, done. See comments for weird details.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159504



More information about the lldb-commits mailing list