struct CodeViewRecordPDB20

Defined at line 38 of file ../../third_party/crashpad/src/util/misc/pdb_structures.h

A CodeView record linking to a `.pdb` 2.0 file.

This format provides an indirect link to debugging data by referencing an

external `.pdb` file by its name, timestamp, and age. This structure may be

pointed to by MINIDUMP_MODULE::CvRecord. It has been superseded by

CodeViewRecordPDB70.

For more information about this structure and format, see

Matching

Debug Information

, PDB Files, and

Undocumented Windows 2000

Secrets

, Windows 2000 Debugging Support/Microsoft Symbol File

Internals/CodeView Subsections.

Public Members

uint32_t signature
uint32_t offset
uint32_t timestamp
uint32_t age
uint8_t[1] pdb_name
static const uint32_t kSignature