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

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri May 16 18:50:11 PDT 2025


ashgti wrote:

I think #140331 is a cleaner way to solve this without the need for an `AsyncRequestHandler`. We may still want the `AsyncRequestHandler` in the future, but at least for now, I think we can avoid its added complexity.

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


More information about the lldb-commits mailing list