Home
last modified time | relevance | path

Searched refs:SIGSEGV (Results 1 – 13 of 13) sorted by relevance

/development/scripts/gdb/
Ddalvik.gdb53 # ART debugging. ART uses SIGSEGV signals for internal purposes. To allow
60 # deal with SIGSEGV signals
61 handle SIGSEGV noprint nostop pass
69 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 ignored
86 set to stop the program when an unexpected SIGSEGV signal is
94 # restore SIGSEGV to its default
95 handle SIGSEGV print stop pass
/development/ndk/platforms/android-3/include/sys/
D_sigdefs.h43 __BIONIC_SIGDEF(SIGSEGV,11,"Segmentation fault")
/development/ndk/platforms/android-L/arch-mips/include/asm/
Dsignal.h45 #define SIGSEGV 11 macro
/development/ndk/platforms/android-L/include/asm-generic/
Dsignal.h40 #define SIGSEGV 11 macro
/development/ndk/platforms/android-L/arch-arm/include/asm/
Dsignal.h40 #define SIGSEGV 11 macro
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Dsignal.h45 #define SIGSEGV 11 macro
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dsignal.h33 #define SIGSEGV 11 macro
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dsignal.h45 #define SIGSEGV 11 macro
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
Dsignal.h45 #define SIGSEGV 11 macro
/development/ndk/platforms/android-L/arch-x86/include/asm/
Dsignal.h45 #define SIGSEGV 11 macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dsignal.h46 #define SIGSEGV 11 macro
/development/tutorials/ReverseDebug/
DREADME.txt96 Program received signal SIGSEGV, Segmentation fault.
/development/ndk/sources/android/libportable/arch-mips/
Dsignal.c162 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()