[Lldb-commits] [lldb] [lldb-dap] Address a race condition in server mode. (PR #191062)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 9 04:03:24 PDT 2026


da-viper wrote:

Could we instead have a different mutex for running commands in each DAP instance. as using the API means we cannot handle incoming requests if we have long running commands in the event thread. 

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


More information about the lldb-commits mailing list