summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Reproducer/TestRelativePath.test
blob: 1c871ee81e8bee6c7673ffc55f3eb06b3810482a (plain)
1
2
3
4
5
6
7
8
# This tests relative capture paths.

# RUN: mkdir -p %t
# RUN: cd %t
# RUN: rm -rf ./foo
# RUN: %clang %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
OpenPOWER on IntegriCloud