[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 11:21:26 PST 2022
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Looks good. Thanks for the test.
================
Comment at: lldb/test/API/iohandler/stdio/TestIOHandlerProcessSTDIO.py:16
+ self.build()
+ self.launch(executable=self.getBuildArtifact("a.out"), dimensions=(100,500))
+ self.child.sendline("run")
----------------
The default should be fine here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120762/new/
https://reviews.llvm.org/D120762
More information about the lldb-commits
mailing list