[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap to support running in a server mode, allowing multiple connections. (PR #114881)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 5 06:18:15 PST 2024
labath wrote:
> This is a fairly large refactor of the lldb-dap to allow multiple DAP sessions from a single lldb-dap server.
The obvious question after an opening like this is whether the patch can be split into multiple smaller changes. I would expect that at least the "remove g_dap global" part can be removed from the addition new functionality (listen for multiple connections). https://llvm.org/docs/DeveloperPolicy.html#incremental-development
https://github.com/llvm/llvm-project/pull/114881
More information about the lldb-commits
mailing list