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 ® : 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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits