mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-22 13:46:23 +01:00
Enable the SIGABRT handler on desktop OS X
R=mark at https://breakpad.appspot.com/618002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1205 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
1d1b36d371
commit
aaeb7e4f13
3 changed files with 53 additions and 8 deletions
|
|
@ -626,7 +626,6 @@ bool ExceptionHandler::InstallHandler() {
|
|||
if (gProtectedData.handler != NULL) {
|
||||
return false;
|
||||
}
|
||||
#if TARGET_OS_IPHONE
|
||||
if (!IsOutOfProcess()) {
|
||||
struct sigaction sa;
|
||||
memset(&sa, 0, sizeof(sa));
|
||||
|
|
@ -646,7 +645,6 @@ bool ExceptionHandler::InstallHandler() {
|
|||
mprotect(gProtectedData.protected_buffer, PAGE_SIZE, PROT_READ);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
try {
|
||||
#if USE_PROTECTED_ALLOCATIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue