wukenaihe / google-breakpad

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

Add more data to processing for Mac #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The minidump processor was lacking:
- Mac specific exception strings
- A way of getting the time stamp

This patch adds both.

Original issue reported on code.google.com by waylonis on 2 Dec 2006 at 12:05

Attachments:

GoogleCodeExporter commented 9 years ago
Here's a revised patch that moves the time_date_stamp into the ProcessState and 
completes the Mac exception 
code/flag conversion to a string.

Original comment by waylonis on 6 Dec 2006 at 12:22

Attachments:

GoogleCodeExporter commented 9 years ago
I changed some formatting and added an assertion when checking for the 
MDRawHeader.

Original comment by waylonis on 6 Dec 2006 at 4:20

Attachments:

GoogleCodeExporter commented 9 years ago
Fix some strings and bracing.

Original comment by waylonis on 6 Dec 2006 at 4:42

Attachments:

GoogleCodeExporter commented 9 years ago
Committed to revision 75.

Original comment by waylonis on 6 Dec 2006 at 5:00