Dump MD_LINUX_MAPS from minidump_dump
R=kmixter at http://breakpad.appspot.com/261001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@767 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
ed1c70b5b8
commit
ad35fbc56a
1 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,10 @@ static bool PrintMinidumpDump(const char *minidump_file) {
|
|||
MD_LINUX_CPU_INFO,
|
||||
"MD_LINUX_CPU_INFO",
|
||||
&errors);
|
||||
DumpRawStream(&minidump,
|
||||
MD_LINUX_MAPS,
|
||||
"MD_LINUX_MAPS",
|
||||
&errors);
|
||||
|
||||
return errors == 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue