================
@@ -52,8 +64,14 @@ void ConfigurationDoneRequestHandler::operator()(
dap.configuration_done_sent = true;
if (dap.stop_at_entry)
SendThreadStoppedEvent(dap);
- else
+ else {
+ // Client requests the baseline of currently existing threads after
+ // a successful launch or attach.
+ // A 'threads' request will be sent after configurationDone response
+ // Obtain the list of threads before we resume the process
----------------
clayborg wrote:
yeah, we just need to change our code to always send it even if the
`dap.focus_tid` is not valid.
https://github.com/llvm/llvm-project/pull/134339
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits