Searched refs:SIGSEGV (Results 1 – 13 of 13) sorted by relevance
53 # ART debugging. ART uses SIGSEGV signals for internal purposes. To allow60 # deal with SIGSEGV signals61 handle SIGSEGV noprint nostop pass69 printf "Caught SIGSEGV in user program\n"75 printf "re-enable normal SIGSEGV handling using this command:\n"76 printf " handle SIGSEGV print stop\n"84 Enter ART debugging mode. In ART debugging mode, SIGSEGV signals are ignored86 set to stop the program when an unexpected SIGSEGV signal is94 # restore SIGSEGV to its default95 handle SIGSEGV print stop pass
43 __BIONIC_SIGDEF(SIGSEGV,11,"Segmentation fault")
45 #define SIGSEGV 11 macro
40 #define SIGSEGV 11 macro
33 #define SIGSEGV 11 macro
46 #define SIGSEGV 11 macro
96 Program received signal SIGSEGV, Segmentation fault.
162 case SIGSEGV: name = "SIGSEGV:11"; break; in map_mips_signum_to_name()270 return SIGSEGV; in signum_pton()411 case SIGSEGV: /* 11 */ in signum_ntop()