bornintelligent / google-breakpad

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

Mac exception handler needs to handle EXC_BREAKPOINT #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When Objective-C throws and the exception is not caught, it generates
a EXC_BREAKPOINT mach exception.  The Mac exception handler is currently
not signed up for this type of exception.

Original issue reported on code.google.com by ladderbr...@gmail.com on 19 Sep 2007 at 12:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I don't know when it was fixed, but exception_handler.cc registers for catching
EXC_BREAKPOINT:

http://code.google.com/p/google-breakpad/source/browse/trunk/src/client/mac/hand
ler/exception_handler.cc#87

Original comment by neal...@gmail.com on 10 Feb 2009 at 9:21