You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
306 B
9 lines
306 B
# 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
|