Lines Matching +full:non +full:- +full:batch
1 /// Check that LLDB uses the paths in target.debug-file-search-paths to find
5 /// directory but is still at it's name. Here, %t.compdir/c/d/main-main.dwo.
6 // UNSUPPORTED: system-darwin
7 // RUN: rm -rf %t.compdir/ %t.e/
8 // RUN: mkdir -p %t.compdir/a/b/c/d/
11 /// The produced DWO is named c/d/main-main.dwo, with a non-relative
13 // RUN: %clang_host -g -gsplit-dwarf c/d/main.c -o c/d/main
18 // RUN: mkdir -p %t.compdir/c/d/
21 // RUN: mkdir -p %t.e/
24 // RUN: %lldb --no-lldbinit %t.compdir/a/main \
25 // RUN: -O "settings append target.debug-file-search-paths %t.compdir" \
26 // RUN: -o "b main" -o "run" -o "p num" --batch 2>&1 | FileCheck %s
28 // CHECK-NOT: warning: {{.*}}main unable to locate separate debug file (dwo, dwp). Debugging will b…