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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 25 01:04:25 PDT 2021


labath added a comment.

I think it would be worth at least spending a bit of time to understand the reason for using non-blocking i/o here. Given that all Reads should go through the select(2) in ConnectionFileDescriptor::BytesAvailable, it's possible we could avoid it altogether.


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

https://reviews.llvm.org/D112169



More information about the lldb-commits mailing list