[Lldb-commits] [lldb] [lldb][target] Add progress report for wait-attaching to process (PR #144768)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 20 05:24:55 PDT 2025
labath wrote:
Well.. IIUC, this test tries to attach to a process called "a.out" -- and hopes that the process doesn't appear. If you run the test suite in parallel, you'll have any number of processes like that going around all the time. Not only will this test fail, but it will mess up the state of a random other test.
I guess you could just wait for a sufficiently unique process name...
https://github.com/llvm/llvm-project/pull/144768
More information about the lldb-commits
mailing list