• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Make sure lldb resolves the target path.
2# RUN: mkdir -p %t/foo
3# RUN: cd %t/foo
4# RUN: %clang_host %p/Inputs/hello.c -g -o a.out
5# RUN: %lldb -b a.out | FileCheck %s
6
7# CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'
8