[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap port listening mode to allow multiple connections. (PR #116392)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 25 00:34:11 PST 2024
================
@@ -0,0 +1,182 @@
+//===-- Socket.h ------------------------------------------------*- C++ -*-===//
----------------
labath wrote:
I'm not quite comfortable with this essentially reimplementing large parts of `source/Host/common/*Socket.cpp`. @walter-erquinigo do you have any objections to using the implementation from the lldb `host` library. I see lldb-dap already depends on `lldbHost` on windows (and NetBSD?) -- this would make that dependency unconditional.
https://github.com/llvm/llvm-project/pull/116392
More information about the lldb-commits
mailing list