wukenaihe / google-breakpad

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

<no title> #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
WriteMinidump should support exception pointer parameter so it can be
called when exception is caught with __try __except instead of global
exception handler.

Sample code:
__try {
  long *p = 0;
  *p = 1;
} __except (handler.WriteMiniDump(GetExceptionInformation()),
EXCEPTION_EXECUTE_HANDLER) {
  //notify user
}

Original issue reported on code.google.com by ylenerr...@gmail.com on 1 Feb 2007 at 8:14

GoogleCodeExporter commented 9 years ago
Patch attached

Original comment by ylenerr...@gmail.com on 1 Feb 2007 at 8:15

Attachments:

GoogleCodeExporter commented 9 years ago
This has a patch.  Mark, have you looked at this?

Original comment by ted.mielczarek on 29 May 2007 at 10:21

GoogleCodeExporter commented 9 years ago
Oh, I just rewrote almost this exact patch on issue 192.  Sorry I didn't see it 
until
now, I guess I never saw any e-mail on this.

Original comment by mmento...@gmail.com on 29 Jun 2007 at 6:30