[Lldb-commits] [PATCH] D13362: Enhance test runner timeout logic to detect successful completion of spawned process when stdout/stderr are shared to still-existing child processes

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 2 08:31:40 PDT 2015


tfiala added a comment.



> I think that is a reasonable course of action. Having three threads servicing the same process seems wasteful/hard to maintain and has a very big race potential.


Yeah I'm not liking how complex this is getting.

I'll have more comments once I address the other issue depending on how the solution falls out.


http://reviews.llvm.org/D13362





More information about the lldb-commits mailing list