Lines Matching +full:non +full:- +full:batch
1 /// Check that LLDB uses the paths in target.debug-file-search-paths to find
2 /// split DWARF files with DW_AT_comp_dir set to some non-relative path, when
5 /// it to %t.compdir/main-main.dwo and it's name is 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
20 // RUN: mkdir -p %t.e/
23 // RUN: %lldb --no-lldbinit %t.compdir/a/main \
24 // RUN: -O "settings append target.debug-file-search-paths %t.compdir" \
25 // RUN: -o "b main" -o "run" -o "p num" --batch 2>&1 | FileCheck %s
27 // CHECK-NOT: warning: {{.*}}main unable to locate separate debug file (dwo, dwp). Debugging will b…