[Lldb-commits] [lldb] [lldb-dap] Migrating 'stopped' event to structured types. (PR #176273)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Sun Jan 18 10:51:55 PST 2026
================
@@ -8,6 +8,8 @@
#include "Protocol/ProtocolEvents.h"
#include "JSONUtils.h"
+#include "lldb/lldb-defines.h"
+#include "llvm/Support/ErrorHandling.h"
----------------
DrSergei wrote:
nit: `lldb-defines.h` included in `ProtocolEvents.h`, also I guess we don't need second include here
https://github.com/llvm/llvm-project/pull/176273
More information about the lldb-commits
mailing list