ashgti wrote: I wish we had an example of how this was actually triggered, at the moment, I don't think any of the session reuse logic actually works correctly. It would only potentially work if lldb-dap is running in server mode (unless we refactored it to start its own server on demand), otherwise VSCode at least can't use stdin/stdout for multiple DAP sessions.
Right now the tests sorta check that certain things are triggered but it never actually has two sessions running at the same time. https://github.com/llvm/llvm-project/pull/175930 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
