[lldb/Scripts] Add script to replay multiple reproducers
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 15 Apr 2020 17:24:34 +0000 (10:24 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 15 Apr 2020 17:55:41 +0000 (10:55 -0700)
commit7ce1a93efd0700770f7c5c368999a44db0d222e8
tree8b7e90262e0f61a3a23dea08f244e9f2681a2218
parentbf94c960071d338b7157ac7dee8120df50d5600f
[lldb/Scripts] Add script to replay multiple reproducers

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

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

Differential revision: https://reviews.llvm.org/D77608
lldb/scripts/reproducer-replay.py [new file with mode: 0755]