[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap port listening mode to allow multiple connections. (PR #116392)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 25 12:16:32 PST 2024


================
@@ -0,0 +1,182 @@
+//===-- Socket.h ------------------------------------------------*- C++ -*-===//
----------------
walter-erquinigo wrote:

Thanks for bringing this up. I think that ideally, we should be able to reuse components from LLDB, like the `Host` library, as you point out. So, @ashgti , please do that instead of reimplementing the wheel :)

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


More information about the lldb-commits mailing list