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

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 26 15:19:38 PST 2024


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

I reworked this now to use the `lldb/Host/Socket.h` and associated types.

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


More information about the lldb-commits mailing list