[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:58 PDT 2024
================
@@ -9,6 +9,7 @@
#ifndef LLDB_API_SBSTRUCTUREDDATA_H
#define LLDB_API_SBSTRUCTUREDDATA_H
+#include "SBCommandReturnObject.h"
----------------
JDevlieghere wrote:
```suggestion
#include "lldb/API/SBCommandReturnObject.h"
```
https://github.com/llvm/llvm-project/pull/112109
More information about the lldb-commits
mailing list