mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 08:25:49 +01:00
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
@ -189,6 +189,10 @@ static bool PrintMinidumpDump(const char *minidump_file) {
|
|||||||
MD_LINUX_CPU_INFO,
|
MD_LINUX_CPU_INFO,
|
||||||
"MD_LINUX_CPU_INFO",
|
"MD_LINUX_CPU_INFO",
|
||||||
&errors);
|
&errors);
|
||||||
|
DumpRawStream(&minidump,
|
||||||
|
MD_LINUX_MAPS,
|
||||||
|
"MD_LINUX_MAPS",
|
||||||
|
&errors);
|
||||||
|
|
||||||
return errors == 0;
|
return errors == 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user