[lldb/Scripts] Add verbose and failure only mode to replay script.
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 20 Apr 2020 15:52:07 +0000 (08:52 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 20 Apr 2020 16:03:48 +0000 (09:03 -0700)
commit4cfb71adba06037438e37dac84dbd9c3ac2b4319
tree015f9f9ba6b84e1978888c864c28adf1cd0fc6e2
parent06c980df46fb0490d71d5563281572d7e1d35321
[lldb/Scripts] Add verbose and failure only mode to replay script.

Add two modes to the reproducer replay script that make debugging a
little easier. Verbose mode prints stdout and stderr, regardless of
whether replay was successful. When --failure-only is passed, output is
limited to tests that failed to replay.
lldb/scripts/reproducer-replay.py