mgorny added inline comments.
================ Comment at: lldb/source/Core/Communication.cpp:200 + total_written += written; + if (status != eConnectionStatusSuccess || total_written >= src_len) + break; ---------------- labath wrote: > It looks like this could be a do-while loop. Ah, yes, without the sleep it makes sense. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112169/new/ https://reviews.llvm.org/D112169 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits