mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-29 02:35:31 +01:00
Allow out-of-process minidump generation to work on processes of a different CPU architecture
R=mark at http://breakpad.appspot.com/241001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@746 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
0d9bd40775
commit
0344a368de
10 changed files with 1262 additions and 653 deletions
|
|
@ -839,7 +839,7 @@ bool MinidumpContext::CheckAgainstSystemInfo(u_int32_t context_cpu_type) {
|
|||
|
||||
BPLOG_IF(ERROR, !return_value) << "MinidumpContext CPU " <<
|
||||
HexString(context_cpu_type) <<
|
||||
" wrong for MinidumpSysmtemInfo CPU " <<
|
||||
" wrong for MinidumpSystemInfo CPU " <<
|
||||
HexString(system_info_cpu_type);
|
||||
|
||||
return return_value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue