Export to GitHub

airbag - issue #88

Add more data to processing for Mac


Posted on Dec 2, 2006 by Happy Ox

The minidump processor was lacking: - Mac specific exception strings - A way of getting the time stamp

This patch adds both.

Attachments

Comment #1

Posted on Dec 6, 2006 by Happy Ox

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.

Attachments

Comment #2

Posted on Dec 6, 2006 by Happy Ox

I changed some formatting and added an assertion when checking for the MDRawHeader.

Attachments

Comment #3

Posted on Dec 6, 2006 by Happy Ox

Fix some strings and bracing.

Attachments

Comment #4

Posted on Dec 6, 2006 by Happy Ox

Committed to revision 75.

Status: Fixed

Labels:
Type-Defect Priority-Medium