This is an archive of the discontinued LLVM Phabricator instance.

Fix bug where an additional O packet is sent after inferior exits.
ClosedPublic

Authored by chaoren on Apr 6 2015, 6:24 PM.

Details

Summary

ConnectionFileDescriptor::Read was returning eConnectionStatusError instead of 0
on m_shutting_down, which caused the caller to think that some number of bytes
were read.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 23303.Apr 6 2015, 6:24 PM
chaoren retitled this revision from to Fix bug where an additional O packet is sent after inferior exits..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: clayborg, jingham, vharron.
chaoren added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Apr 7 2015, 10:23 AM
clayborg edited edge metadata.

lgtm

This revision is now accepted and ready to land.Apr 7 2015, 10:23 AM
This revision was automatically updated to reflect the committed changes.