[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


================
@@ -11,6 +11,7 @@
 #include "ExceptionBreakpoint.h"
 #include "LLDBUtils.h"
 #include "ProtocolUtils.h"
+#include "Variables.h"
----------------
ashgti wrote:

Is variables needed any here? I don't see any usage...

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


More information about the lldb-commits mailing list