================
@@ -147,6 +149,39 @@ class CommandObjectRegisterRead : public 
CommandObjectParsed {
   }
 
 protected:
+  uint32_t ComputeMatchingAlignment(RegisterContext *reg_ctx,
+                                    const RegisterSet *const reg_set,
----------------
JDevlieghere wrote:

You're unconditionally dereferencing `RegisterSet`. Can it be a const ref?

https://github.com/llvm/llvm-project/pull/188049
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to