[Lldb-commits] [PATCH] D77608: [lldb/Scripts] Add script to replay multiple reproducers

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 6 16:55:26 PDT 2020


JDevlieghere created this revision.
JDevlieghere added a reviewer: labath.
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.


================
Comment at: lldb/scripts/reproducer-replay.py:1
+#! /usr/bin/env python3
+
----------------
This is needed for the timeout. I'd rather not rely on an external package for this unless anyone objects.


Script to replay reproducers with the command line driver in parallel. This is used for stage 1 as described in the RFC on lldb-dev [1].

[1] http://lists.llvm.org/pipermail/lldb-dev/2020-April/016100.html


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D77608

Files:
  lldb/scripts/reproducer-replay.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77608.255540.patch
Type: text/x-patch
Size: 3489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200406/fb58d9fe/attachment.bin>


More information about the lldb-commits mailing list