================
@@ -46,19 +46,27 @@ bool TypeFormatImpl_Format::FormatObject(ValueObject
*valobj,
Value &value(valobj->GetValue());
const Value::ContextType context_type = value.GetContextType();
ExecutionContext exe_ctx(valobj->GetExecutionContextRef());
- DataExtractor data;
+ auto data_or_err = valobj->GetData();
----------------
wizardengineer wrote:
I think this is a practical approach?
https://github.com/llvm/llvm-project/pull/130516
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits