Changes

Changes from Git (git http://labmaster3.local/git/llvm-project.git)

Summary

  1. [lldb/Util] Add a utility to run transparently capture and replay tests. (details)
Commit 67420f1b0e9c673ee638f2680fa83f468019004f by Jonas Devlieghere
[lldb/Util] Add a utility to run transparently capture and replay tests.
This patch introduces a small new utility (lldb-repro) to transparently
capture and replay debugger sessions through the command line driver.
Its used to test the reproducers by running the test suite twice.
During the first run, it captures a reproducer for every lldb invocation
and saves it to a well-know location derived from the arguments and
current working directory. During the second run, the test suite is run
again but this time every invocation of lldb replays the previously
recorded session.
Differential revision: https://reviews.llvm.org/D72823
The file was modifiedlldb/test/Shell/Reproducer/lit.local.cfg
The file was addedlldb/utils/lldb-repro/CMakeLists.txt
The file was modifiedlldb/test/Shell/lit.cfg.py
The file was modifiedlldb/utils/CMakeLists.txt
The file was addedlldb/utils/lldb-repro/lldb-repro.py
The file was modifiedlldb/test/Shell/helper/toolchain.py