This is an archive of the discontinued LLVM Phabricator instance.

Fetch remote log files from LLGS tests
ClosedPublic

Authored by labath on Mar 2 2016, 2:49 AM.

Details

Summary

this enables download of remote log files for llgs and debugserver tests (previously we were just
passing the host file name which obviously did not work). Note this also changes the debugserver
logging to work only when logging has been requested on the command line, whereas previously it
would log unconditionally. I can change it back if anyone is relying on this, but I thought I'd
make this consistent.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 49593.Mar 2 2016, 2:49 AM
labath retitled this revision from to Fetch remote log files from LLGS tests.
labath updated this object.
labath added a reviewer: tfiala.
labath added a subscriber: lldb-commits.
tfiala edited edge metadata.Mar 2 2016, 5:05 PM
tfiala added a subscriber: tfiala.

LGTM!

-Todd

This revision was automatically updated to reflect the committed changes.