breakpad/src/client/ios
Adam Harrison 6bb6c9b26a Fix crash when an NSException is thrown.
old_handlers is zeroish whenever an NSException is thrown. This caused PROT_WRITE to never be set and resulted in an EXC_BAD_ACCESS when trying to set the handler to NULL.

Change-Id: Ibb7da448204431c7602b1001f3a5216303c4c9d1
Reviewed-on: https://chromium-review.googlesource.com/899907
Reviewed-by: Mark Mentovai <mark@chromium.org>
2018-02-02 20:18:46 +00:00
..
Breakpad.xcodeproj Create LongStringDictionary and replace SimpleStringDictionary on iOS 2017-11-03 17:06:05 +00:00
handler Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS. 2014-02-18 22:52:02 +00:00
Breakpad.h Adding possibility for client to upload the file 2014-09-01 11:02:57 +00:00
Breakpad.mm Fix crash when an NSException is thrown. 2018-02-02 20:18:46 +00:00
Breakpad_Prefix.pch Create a static library to use Breakpad on iOS. 2011-11-23 16:14:35 +00:00
BreakpadController.h Adding possibility for client to upload the file 2014-09-01 11:02:57 +00:00
BreakpadController.mm Reconcile -[BreakpadController withBreakpadRef:] with its documentation. 2017-12-15 16:50:42 +00:00
exception_handler_no_mach.cc Fix crash when an NSException is thrown. 2018-02-02 20:18:46 +00:00
exception_handler_no_mach.h ios: Adds a no-Mach exception handler 2017-10-12 00:21:31 +00:00