Files
clang-p2996/lldb/test/Shell/Reproducer/TestRelativePath.test

10 lines
336 B
Plaintext

# UNSUPPORTED: system-windows
# This tests relative capture paths.
# RUN: mkdir -p %t
# RUN: cd %t
# RUN: rm -rf ./foo
# RUN: %clang_host %S/Inputs/simple.c -g -o %t/reproducer.out
# RUN: %lldb -x -b -s %S/Inputs/FileCapture.in -o 'reproducer dump -p files' --capture --capture-path ./foo %t/reproducer.out
# RUN: %lldb --replay ./foo