[Lldb-commits] [PATCH] D120762: [lldb] Avoid data race in IOHandlerProcessSTDIO
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 2 00:43:42 PST 2022
JDevlieghere added a comment.
In D120762#3353655 <https://reviews.llvm.org/D120762#3353655>, @labath wrote:
> Are you sure that we're still sending input to the process (I'm not sure how much test coverage for this do we have)?
I'll rerun the tests tomorrow with my typo and see if anything catches this. If not I can add a shell/pexpect test with the little test program I was using which echos whatever it reads via stdin.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120762/new/
https://reviews.llvm.org/D120762
More information about the lldb-commits
mailing list