[Lldb-commits] [lldb] [lldb][AArch64] Move register info reconfigure into architecture plugin (PR #70950)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 1 13:54:51 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() {
----------------
medismailben wrote:

Can't this be just an overload of the `registers()` method above ? 

https://github.com/llvm/llvm-project/pull/70950


More information about the lldb-commits mailing list