[Lldb-commits] [PATCH] D120755: Fix race condition when launching and attaching.This is a modified version of a previous patch that was reverted: https://reviews.llvm.org/D119797This version only waits for the process to stop when using "launchCommands" or "attachCommands"...
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 7 11:03:09 PST 2022
labath added a comment.
Greg, this is still causing the TestVSCode_attach.py test to fail on lldb-x86_64-debian <https://lab.llvm.org/buildbot/#/builders/68/builds/28206> (it would probably fail elsewhere as well, but the test is already disabled everywhere else). Judging by the error message (`attach failed (process exited during launch or attach)`), it definitely seems related to this patch. Can you do something about it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120755/new/
https://reviews.llvm.org/D120755
More information about the lldb-commits
mailing list