Searched refs:SIGABRT (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/unistd/
H A Dabort.c57 * don't block SIGABRT to give any handler a chance; we ignore
60 sigdelset(&mask, SIGABRT);
81 /* seg fault seems to produce better debuggerd results than SIGABRT */
85 (void)kill(getpid(), SIGABRT); local
88 * if SIGABRT ignored, or caught and the handler returns, do
98 (void)sigaction( SIGABRT, &sa, &sa );
102 (void)kill(getpid(), SIGABRT); local
/bionic/libc/bionic/
H A Dssp.c73 /* Immediately block all (but SIGABRT) signal handlers from running code */
75 sigdelset(&sigmask, SIGABRT);
89 /* Make sure there is no default action for SIGABRT */
94 sigaction(SIGABRT, &sa, NULL);
97 kill(getpid(), SIGABRT); local
/bionic/libc/kernel/arch-arm/asm/
H A Dsignal.h27 #define SIGABRT 6 macro
/bionic/libc/kernel/arch-sh/asm/
H A Dsignal.h28 #define SIGABRT 6 macro
/bionic/libc/kernel/arch-x86/asm/
H A Dsignal.h32 #define SIGABRT 6 macro
/bionic/linker/
H A Ddebugger.c126 signal(SIGABRT, debugger_signal_handler);

Completed in 218 milliseconds