================ @@ -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:
Wouldn't that have to overload on return type? I didn't think that was possible. 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