[Lldb-commits] [lldb] [lldb-dap] Adjusting startup flow to better handle async operations. (PR #140299)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri May 16 16:42:21 PDT 2025


JDevlieghere wrote:

Thanks for the summary and especially calling out that the launch and the configuration tracks are happening _in parallel_, I hadn't realized that until now. That explains what the "PAR" stands for in the sequence diagram... Things make a lot more sense now :-)

Alright, yeah in that case I see how we can avoid both problems by handling the launch and attach, halting the process, doing the configuration and then sending the response. 

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


More information about the lldb-commits mailing list