struct MINIDUMP_MEMORY_LIST

Defined at line 647 of file ../../third_party/crashpad/src/compat/non_win/dbghelp.h

Information about memory regions within the process.

Typically, a minidump file will not contain a snapshot of a process’ entire

memory image. For minidump files identified as ::MiniDumpNormal in

MINIDUMP_HEADER::Flags, memory regions are limited to those referenced by

MINIDUMP_THREAD::Stack fields, and a small number of others possibly related

to the exception that triggered the snapshot to be taken.

Public Members

uint32_t NumberOfMemoryRanges
MINIDUMP_MEMORY_DESCRIPTOR[0] MemoryRanges