[Lldb-commits] [lldb] [lldb] Expose structured command diagnostics via the SBAPI. (PR #112109)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 12 19:35:59 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
-
+\
----------------
JDevlieghere wrote:

?

https://github.com/llvm/llvm-project/pull/112109


More information about the lldb-commits mailing list