[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 10:13:45 PST 2022


JDevlieghere updated this revision to Diff 412479.
JDevlieghere added a comment.

Unsurprisingly no tests failed with the typo. Added a test case to cover reading from stdin through the `IOHandlerProcessSTDIO`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120762/new/

https://reviews.llvm.org/D120762

Files:
  lldb/source/Target/Process.cpp
  lldb/test/API/iohandler/stdio/Makefile
  lldb/test/API/iohandler/stdio/TestIOHandlerProcessSTDIO.py
  lldb/test/API/iohandler/stdio/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120762.412479.patch
Type: text/x-patch
Size: 4801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220302/5d8e9604/attachment.bin>


More information about the lldb-commits mailing list