================
@@ -129,6 +129,19 @@ void CommandObjectDWIMPrint::DoExecute(StringRef command,
}
};
+ // Dump `valobj` according to whether `po` was requested or not.
+ auto dump_val_object = [&](ValueObject &valobj) {
----------------
kastiglione wrote:
Would you mind also applying this function to the block that handles persistent
variables (I just added it in #85152). Thanks.
https://github.com/llvm/llvm-project/pull/85669
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits