struct MinidumpModuleCrashpadInfo
Defined at line 345 of file ../../third_party/crashpad/src/minidump/minidump_extensions.h
Additional Crashpad-specific information about a module carried
within a minidump file.
This structure augments the information provided by MINIDUMP_MODULE. The
minidump file must contain a module list stream
(::kMinidumpStreamTypeModuleList) in order for this structure to appear.
This structure is versioned. When changing this structure, leave the
existing structure intact so that earlier parsers will be able to understand
the fields they are aware of, and make additions at the end of the
structure. Revise #kVersion and document each field’s validity based on
#version, so that newer parsers will be able to determine whether the added
fields are valid or not.
Public Members
uint32_t version
MINIDUMP_LOCATION_DESCRIPTOR list_annotations
MINIDUMP_LOCATION_DESCRIPTOR simple_annotations
MINIDUMP_LOCATION_DESCRIPTOR annotation_objects
static const uint32_t kVersion