bornintelligent / google-breakpad

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

get rid of CrashReport #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should simplily the API for processing minidumps by getting rid of the
mostly-unused CrashReport.  Library consumers may have vastly different
requirements and it's not helpful to try to enforce this structure when we
don't even make use of the members.

Original issue reported on code.google.com by bry...@gmail.com on 19 Sep 2006 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by bry...@gmail.com on 19 Sep 2006 at 7:35

Attachments:

GoogleCodeExporter commented 9 years ago
This version also includes enums for CPU and OS.

Original comment by mmento...@gmail.com on 19 Sep 2006 at 9:24

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, wrong bug.

Original comment by mmento...@gmail.com on 19 Sep 2006 at 9:26

GoogleCodeExporter commented 9 years ago
This patch removes the supplier_data argument.  I decided that argument is
unnecessary and just makes things more complicated.  Since the caller implements
their own SymbolSupplier, they're free to set up the object however they want 
before
calling Walk(), which is a lot cleaner than passing around a void*.

Original comment by bry...@gmail.com on 19 Sep 2006 at 10:54

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bry...@gmail.com on 22 Sep 2006 at 8:43