[Lldb-commits] [lldb] [lldb-dap] Improving logging support and formatting. (PR #170731)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 4 16:41:29 PST 2025


================
@@ -7,11 +7,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "DAP.h"
-#include "JSONUtils.h"
 #include "Protocol/ProtocolRequests.h"
 #include "Protocol/ProtocolTypes.h"
 #include "RequestHandler.h"
 #include "lldb/API/SBStringList.h"
+#include "lldb/SBCommandInterpreter.h"
----------------
ashgti wrote:

Reverted, I was cleaning up some unused headers in DAP.h, but apparently they were indirectly used.

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


More information about the lldb-commits mailing list