[Lldb-commits] [PATCH] D21898: Enable test log collection from remote debug servers (take 2)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 30 08:27:27 PDT 2016


labath created this revision.
labath added a reviewer: tfiala.
labath added a subscriber: lldb-commits.

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.

http://reviews.llvm.org/D21898

Files:
  packages/Python/lldbsuite/test/lldbtest.py
  packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21898.62369.patch
Type: text/x-patch
Size: 8077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160630/dc1a04fc/attachment-0001.bin>


More information about the lldb-commits mailing list