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.
- processor.patch 3.94KB
Comment #1
Posted on Dec 6, 2006 by Happy OxHere's a revised patch that moves the time_date_stamp into the ProcessState and completes the Mac exception code/flag conversion to a string.
- processor.2.patch 12.01KB
Comment #2
Posted on Dec 6, 2006 by Happy OxI changed some formatting and added an assertion when checking for the MDRawHeader.
- processor.3.patch 12.49KB
Comment #3
Posted on Dec 6, 2006 by Happy OxFix some strings and bracing.
- processor.4.patch 12.48KB
Comment #4
Posted on Dec 6, 2006 by Happy OxCommitted to revision 75.
Status: Fixed
Labels:
Type-Defect
Priority-Medium