Lines Matching full:pdb
4 // Test that lldb can find the PDB file that corresponds to the executable. The linker
5 // writes a path to the PDB in the executable. If the PDB is not there, lldb should
6 // check the directory that contains the executable. We'll generate the PDB file in
8 // ensure the PDB path stored in the executable is wrong.
10 // Build an EXE and PDB in different directories
12 // RUN: rm -f %t/executable/foo.exe %t/executable/bar.pdb
14 // RUN: rm -f %t/symbols/bar.pdb
17 // RUN: -out:%t/executable/foo.exe -pdb:%t/symbols/bar.pdb
19 // Find the PDB in its build location
21 // RUN: %p/Inputs/locate-pdb.lldbinit | FileCheck %s
23 // Also find the PDB when it's adjacent to the executable
24 // RUN: mv -f %t/symbols/bar.pdb %t/executable/bar.pdb
26 // RUN: %p/Inputs/locate-pdb.lldbinit | FileCheck %s
34 // CHECK: SymbolFile pdb