This is an archive of the discontinued LLVM Phabricator instance.

Fix 'process launch -i' for remote processes
ClosedPublic

Authored by vharron on Feb 6 2015, 5:39 PM.

Details

Reviewers
clayborg
Summary

renamed m_stdio_disable to m_stdin_forward and inverted value because
that's what we want to remember

There was previously a bug that if you redirected stdin from a file,
stdout and stderr would also be redirected to /dev/null

Adds support for remote target to TestProcessIO.py

Fixes ProcessIOTestCase.test_stdin_redirection_with_dwarf for remote
Linux targets

Diff Detail

Event Timeline

vharron updated this revision to Diff 19522.Feb 6 2015, 5:39 PM
vharron retitled this revision from to Fix 'process launch -i' for remote processes.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added a reviewer: clayborg.
vharron added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Feb 9 2015, 10:58 AM
clayborg edited edge metadata.

lgtm

This revision is now accepted and ready to land.Feb 9 2015, 10:58 AM
vharron closed this revision.Feb 10 2015, 9:31 PM

committed