Descriptionwin: Collect a MemoryInfoListStream in fallback minidumps
The MiniDumpWithFullMemoryInfo dump type tells MiniDumpWriteDump() to
include a MemoryInfoListStream, which produces a
MINIDUMP_MEMORY_INFO_LIST structure. This contains information about a
process' memory map.
Crashpad always includes this stream when writing minidumps for Windows
processes, but the fallback handler, which monitors the Crashpad
handler, uses MiniDumpWriteDump() instead of Crashpad’s minidump writer
implementation, and needs to be instructed to include this data.
Note that MiniDumpWithFullMemoryInfo is distinct from
MiniDumpWithFullMemory. The former just includes the memory map, while
the latter captures a full memory dump (large and undesirable).
Review-Url: https://codereview.chromium.org/2741773002
Cr-Commit-Position: refs/heads/master@{#455998}
Committed: https://chromium.googlesource.com/chromium/src/+/df6aab609a8002e151b9a7590bbcf80cd6146e9d
Patch Set 1 #
Messages
Total messages: 14 (9 generated)
|