mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
67420f1b0e
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
4 lines
87 B
CMake
4 lines
87 B
CMake
add_subdirectory(lit-cpuid)
|
|
add_subdirectory(lldb-dotest)
|
|
add_subdirectory(lldb-repro)
|