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.
|
# Make sure lldb resolves the target path.
|
|
# RUN: mkdir -p %t/foo
|
|
# RUN: cd %t/foo
|
|
# RUN: %clang_host %p/Inputs/hello.c -g -o a.out
|
|
# RUN: %lldb -b a.out | FileCheck %s
|
|
|
|
# CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'
|