dgoldman added inline comments.

================
Comment at: lldb/tools/lldb-vscode/lldb-vscode.cpp:285
       if (num_threads_with_reason == 0) {
         lldb::SBThread thread = process.GetThreadAtIndex(0);
         g_vsc.SendJSON(CreateThreadStopped(thread, stop_id));
----------------
Should we also set g_vsc.focus_tid here if it's invalid?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154989/new/

https://reviews.llvm.org/D154989

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to