[Lldb-commits] [PATCH] D154989: [lldb-vsocde] Add a 'continued' event for programmatic continue events.

David Goldman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 11 13:50:44 PDT 2023


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



More information about the lldb-commits mailing list