struct CodeViewRecordPDB70

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

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

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

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

pointed to by MINIDUMP_MODULE::CvRecord.

For more information about this structure and format, see

Matching

Debug Information

, PDB Files.

Public Members

uint32_t signature
UUID uuid
uint32_t age
uint8_t[1] pdb_name
static const uint32_t kSignature

Public Methods

void CodeViewRecordPDB70 ()

UUID has a constructor, which makes it non-POD, which makes this structure

non-POD. In order for the default constructor to zero-initialize other

members, an explicit constructor must be provided.

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