Re: [Lldb-commits] [PATCH] D17798: Fetch remote log files from LLGS tests

2016-03-03 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262597: Fetch remote log files from LLGS tests (authored by labath). Changed prior to commit: http://reviews.llvm.org/D17798?vs=49593&id=49720#toc Repository: rL LLVM http://reviews.llvm.org/D17798

Re: [Lldb-commits] [PATCH] D17798: Fetch remote log files from LLGS tests

2016-03-02 Thread Todd Fiala via lldb-commits
LGTM! -Todd > On Mar 2, 2016, at 2:49 AM, Pavel Labath wrote: > > labath created this revision. > labath added a reviewer: tfiala. > labath added a subscriber: lldb-commits. > > this enables download of remote log files for llgs and debugserver tests > (previously we were just > passing the h

Re: [Lldb-commits] [PATCH] D17798: Fetch remote log files from LLGS tests

2016-03-02 Thread Todd Fiala via lldb-commits
tfiala added a subscriber: tfiala. tfiala added a comment. LGTM! -Todd http://reviews.llvm.org/D17798 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D17798: Fetch remote log files from LLGS tests

2016-03-02 Thread Pavel Labath via lldb-commits
labath created this revision. labath added a reviewer: tfiala. labath added a subscriber: lldb-commits. 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 debugserv