[Lldb-commits] [lldb] [lldb] Expose structured command diagnostics via the SBAPI. (PR #112109)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 14 10:02:48 PDT 2024
================
@@ -45,13 +45,14 @@ class LLDB_API SBCommandReturnObject {
const char *GetOutput();
const char *GetError();
+ SBStructuredData GetErrorData();
#ifndef SWIG
LLDB_DEPRECATED_FIXME("Use PutOutput(SBFile) or PutOutput(FileSP)",
"PutOutput(SBFile)")
size_t PutOutput(FILE *fh);
#endif
-
+\
----------------
medismailben wrote:
Typo ?
https://github.com/llvm/llvm-project/pull/112109
More information about the lldb-commits
mailing list