[Lldb-commits] [lldb] Reland "[lldb][target] Add progress report for wait-attaching to proc… (PR #145111)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 23 04:03:00 PDT 2025
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
More information about the lldb-commits
mailing list