wukenaihe / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

MinidumpProcessor should extract number of processors #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The minidump file contains a field:
(MDRawSystemInfo).number_of_processors

The MinidumpProcessor should extract this value, and minidump_stackwalk
should print it out.

Original issue reported on code.google.com by ted.mielczarek on 29 Mar 2007 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by ted.mielczarek on 29 May 2007 at 9:23

GoogleCodeExporter commented 9 years ago
This patch adds a |number_of_processors| field to SystemInfo, populates it from
MDRawSystemInfo, and outputs it in minidump_stackwalk.

Original comment by ted.mielczarek on 29 May 2007 at 10:16

Attachments:

GoogleCodeExporter commented 9 years ago
Checked in with changes.

Original comment by ted.mielczarek on 30 May 2007 at 12:14