accuya/google-breakpad

Update Mac minidump generator and tools to support UUID

Closed this issue · 4 comments

The minidump generator and dump symbol file and tool need updating to support 
the new FileID 
class.  I've attached a patch.

Original issue reported on code.google.com by waylonis on 11 Jan 2007 at 2:00

Attachments:

I've attached a new patch, which includes changes to the tools to support the 
FileID as well as a couple of bug 
fixes.  The changed files are:
tools/mac/dump_syms/dump_syms_tool.m
tools/mac/crash_report/crash_report.mm
common/mac/dump_syms.[h, mm]
client/mac/handler/minidump_generator.[h,cc]

Original comment by waylonis on 12 Jan 2007 at 9:26

Attachments:

I've attached a new patch, which includes changes to the tools to support the 
FileID as well as a couple of bug 
fixes.  The changed files are:
tools/mac/dump_syms/dump_syms_tool.m
tools/mac/crash_report/crash_report.mm
common/mac/dump_syms.[h, mm]
client/mac/handler/minidump_generator.[h,cc]

Original comment by waylonis on 12 Jan 2007 at 9:28

Attachments:

This patch contains further refinements to the tools and also includes the 
project file diffs.

Original comment by waylonis on 19 Jan 2007 at 7:42

Attachments:

Checked in as revision 109.

Original comment by waylonis on 23 Jan 2007 at 7:18

  • Changed state: Fixed