This is an archive of the discontinued LLVM Phabricator instance.

Enable test log collection from remote debug servers (take 2)
ClosedPublic

Authored by labath on Jun 30 2016, 8:27 AM.

Details

Summary

This is a slightly reworked version of D16322, which I had reverted because it did not do what it
advertised. Differences from the previous version are:

  • moved the code for cleaning up the remote working dir to a later point as it was removing the log file before we could get to it.
  • specialised log downloading code for gdb-remote tests is not needed, as this will cover that use case as well.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 62369.Jun 30 2016, 8:27 AM
labath retitled this revision from to Enable test log collection from remote debug servers (take 2).
labath updated this object.
labath added a reviewer: tfiala.
labath added a subscriber: lldb-commits.
tfiala accepted this revision.Jul 1 2016, 10:40 PM
tfiala edited edge metadata.

Looks good, Pavel!

This revision is now accepted and ready to land.Jul 1 2016, 10:40 PM
This revision was automatically updated to reflect the committed changes.