breakpad/src/client/mac/handler
waylonis 600e56bc39 - Fixes the bug with a fork()'d child's exception being caught in the parent process
- Only looks for EXC_MASK_BAD_ACCESS, EXC_MASK_BAD_INSTRUCTION, and EXC_MASK_ARITHMETIC exceptions
- Adds try/catch blocks around "new" for bad_alloc
- Uses map.find() rather than map[] notation so as not to create extraneous objects
- Creates the exception watching thread as detached

r=mmentovai



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@117 4c0a9323-5329-0410-9bdc-e9ce6186880e
2007-02-05 18:49:44 +00:00
..
minidump_test.xcodeproj Add Mac exception handler and generator. Fixes issue #69. Reviewed by mmentovai. 2006-12-20 17:41:55 +00:00
exception_handler.cc - Fixes the bug with a fork()'d child's exception being caught in the parent process 2007-02-05 18:49:44 +00:00
exception_handler.h Add Mac exception handler and generator. Fixes issue #69. Reviewed by mmentovai. 2006-12-20 17:41:55 +00:00
exception_handler_test.cc Add Mac exception handler and generator. Fixes issue #69. Reviewed by mmentovai. 2006-12-20 17:41:55 +00:00
minidump_generator.cc Changes to support patch #108: 2007-01-23 19:17:03 +00:00
minidump_generator.h Changes to support patch #108: 2007-01-23 19:17:03 +00:00
minidump_generator_test.cc Add Mac exception handler and generator. Fixes issue #69. Reviewed by mmentovai. 2006-12-20 17:41:55 +00:00