breakpad/src/client
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
..
mac/handler - Fixes the bug with a fork()'d child's exception being caught in the parent process 2007-02-05 18:49:44 +00:00
windows Pass the exception record (EXCEPTION_POINTERS*) to callback functions from 2007-01-12 16:54:10 +00:00
minidump_file_writer-inl.h Add minidump file writer. Tested on Mac, but should compile on POSIX systems. 2006-11-16 21:52:18 +00:00
minidump_file_writer.cc Add better support for UTF character conversions. Fixes Issue 78. 2006-12-16 01:01:19 +00:00
minidump_file_writer.h Add better support for UTF character conversions. Fixes Issue 78. 2006-12-16 01:01:19 +00:00
minidump_file_writer_unittest.cc Add unittest for minidump file writer. Fixes issue #85. 2006-12-16 00:42:13 +00:00