[Lldb-commits] [PATCH] D110023: [lldb] [DynamicRegisterInfo] Add a convenience method to add suppl. registers
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Sep 19 04:17:18 PDT 2021
mgorny added inline comments.
================
Comment at: lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp:482
+ // copy invalidate_regs from the parent register
+ llvm::append_range(to_add[reg_num], m_invalidate_regs_map[value_reg]);
+
----------------
@labath, any suggestion how to do this nicely while not copying the terminating `LLDB_INVALID_REGNUM`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110023/new/
https://reviews.llvm.org/D110023
More information about the lldb-commits
mailing list