[Lldb-commits] [PATCH] D119797: Fix race condition when launching and attaching.

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 17 11:36:32 PST 2022


wallace accepted this revision.
wallace added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: lldb/tools/lldb-vscode/VSCode.cpp:533
+  // Wait for the process hit a stopped state. When running a launch (with or
+  // without "launchCommands") or attach (with or without)= "attachCommands"),
+  // the calls might take some time to stop at the entry point since the command
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119797



More information about the lldb-commits mailing list