/external/valgrind/main/gdbserver_tests/ |
D | mcsignopass.stdinB.gdb | 9 # For SIGSEGV, we make it continue a few times, till we pass it. 10 handle SIGSEGV nopass print stop 19 # SIGSEGV can't be ignored, so it is re-signaled. We continue many times 31 # Change handling so that we just see the 2nd SIGSEGV 32 handle SIGSEGV pass print nostop
|
D | mcsigpass.stdinB.gdb | 12 # SIGSEGV : line 99 15 # SIGSEGV : line 104
|
D | mcsignopass.stdoutB.exp | 2 SIGSEGV Yes Yes No Segmentation fault 52 SIGSEGV No Yes Yes Segmentation fault
|
/external/valgrind/main/none/tests/ |
D | async-sigs.c | 129 test(/*non-blocked*/0, /* sync*/SIGSEGV, /* sync*/SIGBUS); in main() 130 test(/*non-blocked*/0, /* sync*/SIGSEGV, /*async*/SIGHUP); in main() 133 test(/* blocked*/1, /* sync*/SIGSEGV, /* sync*/SIGBUS); in main() 134 test(/* blocked*/1, /* sync*/SIGSEGV, /*async*/SIGHUP); in main()
|
D | faultstatus.c | 131 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; 156 T(1, SIGSEGV, SEGV_MAPERR, BADADDR), 157 T(2, SIGSEGV, SEGV_ACCERR, mapping),
|
/external/valgrind/main/none/tests/x86/ |
D | faultstatus.c | 111 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; in main() 138 T(3, SIGSEGV, 128, 0), in main() 139 T(4, SIGSEGV, 128, 0), in main() 144 T(5, SIGSEGV, 128, 0), in main()
|
D | ssse3_misaligned.c | 21 assert(signo == SIGSEGV); in handler() 28 signal(SIGSEGV, handler); in main()
|
D | int.stderr.exp | 3 Process terminating with default action of signal 11 (SIGSEGV)
|
D | badseg.c | 21 sigaction(SIGSEGV, &sa, NULL); in main()
|
/external/valgrind/main/none/tests/amd64/ |
D | ssse3_misaligned.c | 21 assert(signo == SIGSEGV); in handler() 28 signal(SIGSEGV, handler); in main()
|
D | faultstatus.c | 93 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; in main() 120 T(3, SIGSEGV, 128, 0), in main()
|
/external/valgrind/main/memcheck/tests/ |
D | addressable.stderr.exp | 22 Process terminating with default action of signal N (SIGSEGV or SIGBUS) 23 Bad memory (SIGSEGV or SIGBUS) at address 0x........ 50 Process terminating with default action of signal N (SIGSEGV or SIGBUS) 51 Bad memory (SIGSEGV or SIGBUS) at address 0x........
|
D | signal2.c | 14 signal(SIGSEGV, sig_hdlr); in main()
|
D | badjump2.c | 33 res = sigaction( SIGSEGV, &sigsegv_new, &sigsegv_saved ); in main()
|
D | supp_unknown.stderr.exp | 2 Process terminating with default action of signal 11 (SIGSEGV)
|
/external/dropbear/ |
D | common-chansession.c | 38 {SIGSEGV, "SEGV"},
|
/external/openssl/crypto/ui/ |
D | ui_openssl.c | 601 savsig[SIGSEGV]=signal(SIGSEGV,recsig); in pushsig() 638 signal(SIGSEGV,savsig[SIGSEGV]); in popsig()
|
/external/dbus/test/ |
D | test-segfault.c | 24 raise (SIGSEGV); in main()
|
/external/chromium/base/mac/ |
D | os_crash_dumps.cc | 36 SIGSEGV // EXC_BAD_ACCESS in DisableOSCrashDumps()
|
/external/webkit/Source/WebKit2/PluginProcess/qt/ |
D | PluginProcessMainQt.cpp | 55 signal(SIGSEGV, _exit); in PluginProcessMain()
|
/external/valgrind/main/none/tests/linux/ |
D | blockfault.c | 25 sigaction(SIGSEGV, &sa, NULL); in main()
|
D | blockfault.stderr.exp | 3 Process terminating with default action of signal 11 (SIGSEGV)
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | torturethread.c | 70 signal(SIGSEGV, SIG_DFL); in main()
|
/external/kernel-headers/original/asm-mips/ |
D | signal.h | 36 #define SIGSEGV 11 /* Segmentation violation (ANSI). */ macro
|
/external/kernel-headers/original/asm-arm/ |
D | signal.h | 42 #define SIGSEGV 11 macro
|