[Lldb-commits] [lldb] [lldb-dap] Use existing lldb::IOObjectSP for DAP IO (NFC). (PR #128750)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 25 13:37:20 PST 2025


================
@@ -17,6 +17,7 @@
 #include "lldb/API/SBListener.h"
 #include "lldb/API/SBProcess.h"
 #include "lldb/API/SBStream.h"
+#include "lldb/Utility/IOObject.h" // IWYU pragma: keep
----------------
JDevlieghere wrote:

```suggestion
#include "lldb/Utility/IOObject.h"
```

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


More information about the lldb-commits mailing list