[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
Wed Nov 27 07:17:49 PST 2024


labath wrote:

> I can split this into smaller patches.

Please, do that. Multithreading and servers and stuff are very tricky to get right, and it'd be a lot easier to review this if it was in smaller chunks. I think there's a lot of prepwork so that the code is prepared to handle multiple connections. That stuff can land without actually supporting multiple connections.

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


More information about the lldb-commits mailing list