| Index: minidump/minidump_extensions.h
|
| diff --git a/minidump/minidump_extensions.h b/minidump/minidump_extensions.h
|
| index 95fdbddffe08333ef053167b23114676e0c1bcac..3cb39dc21ea568f9edd7bce273dacbccfa50fa96 100644
|
| --- a/minidump/minidump_extensions.h
|
| +++ b/minidump/minidump_extensions.h
|
| @@ -77,6 +77,11 @@ enum MinidumpStreamType : uint32_t {
|
| //! \sa MiscInfoStream
|
| kMinidumpStreamTypeMiscInfo = MiscInfoStream,
|
|
|
| + //! \brief The stream type for MINIDUMP_MEMORY_INFO_LIST.
|
| + //!
|
| + //! \sa MemoryInfoListStream
|
| + kMinidumpStreamTypeMemoryInfoList = MemoryInfoListStream,
|
| +
|
| // 0x4350 = "CP"
|
|
|
| //! \brief The stream type for MinidumpCrashpadInfo.
|
|
|