================
@@ -62,7 +64,9 @@ void lldb_private::DumpRegisterInfo(Stream &strm,
RegisterContext &ctx,
}
DoDumpRegisterInfo(strm, info.name, info.alt_name, info.byte_size,
- invalidates, read_from, in_sets, info.flags_type,
+ invalidates, read_from, in_sets,
+ llvm::dyn_cast_if_present<lldb_private::RegisterFlags>(
+ info.register_type),
terminal_width);
----------------
DavidSpickett wrote:
There are some types that will need more information than the default type view
is going to show. No doubt we can overcome that, but that's a big reason I have
custom code to do this at the moment.
https://github.com/llvm/llvm-project/pull/196960
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits