From e5468b8a49ac6a4e5acb9d4003838e3e323f85e4 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Tue, 24 Oct 2006 19:31:21 +0000 Subject: MinidumpProcessor should process all threads (#35). r=bryner - MinidumpProcessor now processes all threads and returns a new ProcessState object. (Interface change.) - ProcessState contains a CallStack for each thread in the process, and additional information about whether the process crashed, which thread crashed, the reason for the crash, and identifying attributes for the OS and CPU. - MinidumpSystemInfo now contains a GetCPUVendor() method that returns the vendor information from CPUID 0 on x86 processors ("GenuineIntel"). http://groups.google.com/group/airbag-dev/browse_thread/thread/16dd2c981e3361ba git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@47 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/testdata/minidump1.out | 1 + 1 file changed, 1 insertion(+) (limited to 'src/processor/testdata') diff --git a/src/processor/testdata/minidump1.out b/src/processor/testdata/minidump1.out index bd9c29b2..bb96de00 100644 --- a/src/processor/testdata/minidump1.out +++ b/src/processor/testdata/minidump1.out @@ -3725,6 +3725,7 @@ MDRawSystemInfo cpu.x86_cpu_info.feature_information = 0xafe9fbff cpu.x86_cpu_info.amd_extended_cpu_features = 0xffffffff (csd_version) = "Service Pack 2" + (cpu_vendor) = "GenuineIntel" MDRawMiscInfo size_of_info = 24 flags1 = 0x3 -- cgit v1.2.1