[Lldb-commits] [lldb] [lldb] Improved formatting of 'register read' command. (PR #188049)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 2 08:06:07 PDT 2026
================
@@ -147,6 +149,62 @@ class CommandObjectRegisterRead : public CommandObjectParsed {
}
protected:
+ uint32_t GetNameSize(const RegisterInfo * reg_info, bool use_primary_name) {
----------------
Rifet-c wrote:
I suppose that since this function is moved from the class at the moment, there is no more need for such renaming
https://github.com/llvm/llvm-project/pull/188049
More information about the lldb-commits
mailing list