[Lldb-commits] [PATCH] D120762: [lldb] Avoid data race in IOHandlerProcessSTDIO
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 2 01:36:59 PST 2022
labath added a comment.
In D120762#3353686 <https://reviews.llvm.org/D120762#3353686>, @JDevlieghere wrote:
> 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.
Cool.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120762/new/
https://reviews.llvm.org/D120762
More information about the lldb-commits
mailing list