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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to