[Lldb-commits] [PATCH] D12651: Add ctrl-c support to parallel dotest.py.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 4 15:32:39 PDT 2015
zturner added a comment.
Ctrl+C once doesn't work on Windows with this patch. It seems to continue starting up new processes, and after all of them are done, I'm left with the original set of Python processes not doing any work, just sitting there. If I Ctrl+C again everything does.
Note that when I press the first Ctrl+C, I don't even get the print that says First Keyboard Interrupt received.
http://reviews.llvm.org/D12651
More information about the lldb-commits
mailing list