krytarowski requested changes to this revision. krytarowski added a comment. This revision now requires changes to proceed.
I think there is a bug thought in the code. 1. bytes_read should return the bytes transferred from the function, it returns the value from the previous iteration only 2. `bytes_read != 0` should be replaced with `io.piod_len != 0` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61310/new/ https://reviews.llvm.org/D61310 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits