Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2235)

Unified Diff: minidump/minidump_extensions.h

Issue 1379873005: win: Write memory map info as MINIDUMP_MEMORY_INFO[_LIST] (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@save-peb-more-2
Patch Set: headers Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « minidump/minidump.gyp ('k') | minidump/minidump_file_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « minidump/minidump.gyp ('k') | minidump/minidump_file_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698