[][src]Module symbolic::debuginfo::pdb

Support for Program Database, the debug companion format on Windows.

Modules

pdb

The pdb create parses Microsoft PDB (Program Database) files. PDB files contain debugging information produced by most compilers that target Windows, including information about symbols, types, modules, and so on.

Structs

PdbDebugSession

Debug session for PDB objects.

PdbError

An error when dealing with PdbObject.

PdbFileIterator

An iterator over source files in a Pdb object.

PdbFunctionIterator

An iterator over functions in a PDB file.

PdbObject

Program Database, the debug companion format on Windows.

PdbSymbolIterator

An iterator over symbols in the PDB file.

Enums

PdbErrorKind

Variants of PdbError.