[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:28 PDT 2020
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.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77608/new/
https://reviews.llvm.org/D77608
More information about the lldb-commits
mailing list