DavidSpickett wrote: The test waits forever trying to attach, the AsyncInterrupt doesn't stop it doing that. I thought maybe these "threads" were not actually parallel so I tried multiprocessing, same result (also I'm not sure this would work because it uses a separate process).
I wonder if you would be better off actually attaching to something. Then you don't have to do all this waiting around, the progress message should still be there. https://github.com/llvm/llvm-project/pull/145111 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits