Lines Matching refs:PDB
2 The PDB File Format
13 PDB (Program Database) is a file format invented by Microsoft and which contains
19 tools, it is necessary for us to generate PDB files ourselves.
23 is necessary for us to understand the PDB file format at the byte-level so that
24 we can generate PDB files entirely on our own.
26 This manual describes what we know about the PDB file format today. The layout
63 A PDB file is an MSF (Multi-Stream Format) file. An MSF file is a "file system
77 The PDB format contains a number of streams which describe various information
83 PDB file is as follows:
90 | PDB Stream | - Fixed Stream Index 1 | - Basic File Information |
91 | | | - Fields to match EXE to this PDB |
108 | /LinkInfo | - Contained in PDB Stream | - Unknown |
111 | /src/headerblock | - Contained in PDB Stream | - Summary of embedded source file content |
114 | /names | - Contained in PDB Stream | - PDB-wide global string table used for |
137 Information about the PDB Info Stream and how it is used to match PDBs to EXEs.
165 the structure of the overall file, and PDB defines the set of streams that