This revision was automatically updated to reflect the committed changes.
Closed by commit rL268617: Fix EOF handling in AdbClient (take 2) (authored by
labath).
Changed prior to commit:
http://reviews.llvm.org/D19916?vs=56134&id=56246#toc
Repository:
rL LLVM
http://reviews.llvm.org/D19916
ovyalov accepted this revision.
ovyalov added a comment.
This revision is now accepted and ready to land.
LGTM
http://reviews.llvm.org/D19916
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/ll
labath created this revision.
labath added a reviewer: ovyalov.
labath added a subscriber: lldb-commits.
Herald added subscribers: danalbert, tberghammer.
AdbClient would spin in a loop in ReadAllBytes in case the remote end was
closed before reading
the requested number of bytes. Make sure we re