================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits