================
@@ -176,9 +176,17 @@ size_t ConnectionGenericFile::Read(void *dst, size_t 
dst_len,
     goto finish;
   }
 
+  if (m_read_pending) {
+    if (::GetOverlappedResult(m_file, &m_overlapped, &bytes_read, FALSE)) {
----------------
charles-zablit wrote:

In a follow up patch, I think we will want to fall through to the next 
`GetOverlappedResult` call to handle errors.

https://github.com/llvm/llvm-project/pull/182536
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to