================
@@ -147,6 +149,39 @@ class CommandObjectRegisterRead : public
CommandObjectParsed {
}
protected:
+ uint32_t ComputeMatchingAlignment(RegisterContext *reg_ctx,
----------------
JDevlieghere wrote:Why not return a `size_t`? https://github.com/llvm/llvm-project/pull/188049 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
