[Lldb-commits] [lldb] [lldb-dap] Change the launch sequence (PR #138219)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri May 2 10:11:01 PDT 2025
JDevlieghere wrote:
@kusmour Can you please confirm whether or not there's a reason to run the launch or attach commands in asynchronous mode? It looks like the divergence was introduced when the feature was added (https://reviews.llvm.org/D154028) and I'm not sure it's necessary. My local testing (using the `gdb-remote 3000` example from the README) seems to work as expected in synchronous mode and even seems like it would desirable?
https://github.com/llvm/llvm-project/pull/138219
More information about the lldb-commits
mailing list