[Lldb-commits] [lldb] [lldb-dap] Improving logging support and formatting. (PR #170731)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 4 13:34:14 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"
----------------
DrSergei wrote:
nit: do we need this changes?
https://github.com/llvm/llvm-project/pull/170731
More information about the lldb-commits
mailing list