[Lldb-commits] [lldb] [lldb-dap] Fix raciness in launch and attach tests (PR #137920)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Thu May 1 10:20:06 PDT 2025


walter-erquinigo wrote:

Just throwing out some ideas that might simplify this. 
Is it possible to do the launching and attaching in asynchronous mode so that the stop events are always emitted? 
Also, the configuration done event can be emitted at any time during initialization. It could even be emitted before the actual launching and attaching happen.

Would any of this help?

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


More information about the lldb-commits mailing list