[Lldb-commits] [lldb] [lldb][AArch64] Move register info reconfigure into architecture plugin (PR #70950)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 2 04:10:17 PDT 2023
================
@@ -93,6 +93,10 @@ class DynamicRegisterInfo {
return llvm::iterator_range<reg_collection::const_iterator>(m_regs);
}
+ llvm::iterator_range<reg_collection::iterator> registers_mutable() {
----------------
DavidSpickett wrote:
Still not sure here, I guess you could pass a reference to an iterator to be set, then overload on the type of that?
https://github.com/llvm/llvm-project/pull/70950
More information about the lldb-commits
mailing list