[Lldb-commits] [lldb] lldb-dap: Stop using replicated variable ids (PR #124232)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 29 09:08:36 PDT 2025


================
@@ -9,6 +9,7 @@
 #ifndef LLDB_TOOLS_LLDB_DAP_JSONUTILS_H
 #define LLDB_TOOLS_LLDB_DAP_JSONUTILS_H
 
+#include "DAP.h"
----------------
ashgti wrote:

We have DAPForward on line 13, do we need the full DAP here?

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


More information about the lldb-commits mailing list