================
@@ -658,6 +658,33 @@ static char ConvertValueObjectStyleToChar(
return '\0';
}
+static bool DumpValueWithLLVMFormat(Stream &s, llvm::StringRef options,
+ ValueObject &target) {
----------------
clayborg wrote:
Can we named this something other that `target`? `target` usually means a
lldb_private::Target in lldb code. Maybe `valobj`
https://github.com/llvm/llvm-project/pull/81196
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits