Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8697)

Unified Diff: src/processor/minidump.cc

Issue 6664002: minidump_dump: Display x86 CPU vendor string for x86_64 Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/minidump.cc
===================================================================
--- src/processor/minidump.cc (revision 1334)
+++ src/processor/minidump.cc (working copy)
@@ -3755,7 +3755,8 @@
// CPU vendor information can only be determined from x86 minidumps.
if (!cpu_vendor_ &&
(system_info_.processor_architecture == MD_CPU_ARCHITECTURE_X86 ||
- system_info_.processor_architecture == MD_CPU_ARCHITECTURE_X86_WIN64)) {
+ system_info_.processor_architecture == MD_CPU_ARCHITECTURE_X86_WIN64 ||
+ system_info_.processor_architecture == MD_CPU_ARCHITECTURE_AMD64)) {
char cpu_vendor_string[13];
snprintf(cpu_vendor_string, sizeof(cpu_vendor_string),
"%c%c%c%c%c%c%c%c%c%c%c%c",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted