[Lldb-commits] [PATCH] D112169: [lldb] [Communication] Add a WriteAll() method that resumes writing

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 25 01:08:07 PDT 2021


mgorny added a comment.

I'm not against that. However, unless I'm mistaken — even with blocking I/O, we need to account for the `write()` being interrupted in the middle of operation and returning less than `src_len`.


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

https://reviews.llvm.org/D112169



More information about the lldb-commits mailing list