Lines Matching full:pdb
32 llvm-pdbutil \- PDB File forensics and diagnostics
88 \fI\%PDB Stream Options\fP
129 PDB file, as well as manipulate and create PDB files. \fBllvm\-pdbutil\fP
130 is normally used by FileCheck\-based tests to test LLVM\(aqs PDB reading and
131 writing functionality, but can also be used for general PDB file investigation
145 \fI\%dump\fP \- Dump low level types and structures from the PDB
146 file, including CodeView records, hash tables, PDB streams, etc.
148 \fI\%bytes\fP \- Dump data from the PDB file\(aqs streams, records,
151 \fI\%yaml2pdb\fP \- Given a yaml description of a PDB file, produce
152 a valid PDB file that matches that description.
154 \fI\%pdb2yaml\fP \- For a given PDB file, produce a YAML
155 description of some or all of the file in a way that the PDB can be
158 \fI\%merge\fP \- Given two PDBs, produce a third PDB that is the
173 USAGE: \fBllvm\-pdbutil\fP pretty [\fIoptions\fP] <input PDB file>
411 USAGE: \fBllvm\-pdbutil\fP dump [\fIoptions\fP] <input PDB file>
416 used for PDB forensics. It serves a role similar to that of Microsoft\(aqs
423 such, the reader should be familiar with \fI\%The PDB File Format\fP before using this
432 dump a summary of all of the streams in the PDB file.
443 Dump MSF and PDB header information.
595 Dump PDB string table.
599 USAGE: \fBllvm\-pdbutil\fP bytes [\fIoptions\fP] <input PDB file>
603 information about the structure of a PDB file, but it is used for even deeper
604 forensics. The \fBbytes\fP subcommand finds various structures in a PDB file
607 compare one PDB against another PDB to ensure byte\-for\-byte compatibility. It
635 .SS PDB Stream Options
639 Dump bytes of PDB Name Map
708 USAGE: \fBllvm\-pdbutil\fP pdb2yaml [\fIoptions\fP] <input PDB file>
716 Generate a PDB file from a YAML description. The YAML syntax is not described
722 .B \-pdb=<file\-name>
725 Write the resulting PDB to the specified file.
728 USAGE: \fBllvm\-pdbutil\fP merge [\fIoptions\fP] <input PDB file 1> <input PDB file 2>
731 Merge two PDB files into a single file.
735 .B \-pdb=<file\-name>
738 Write the resulting PDB to the specified file.