/external/honggfuzz/ |
D | subproc.c | 72 if (WSTOPSIG(status) == (SIGTRAP | 0x80)) { in subproc_StatusToStr() 73 snprintf(str, len, "STOPPED (linux syscall): %d (%s)", WSTOPSIG(status), in subproc_StatusToStr() 74 strsignal(WSTOPSIG(status))); in subproc_StatusToStr() 79 if (WSTOPSIG(status) == SIGTRAP && __LINUX_WPTRACEEVENT(status) != 0) { in subproc_StatusToStr() 82 snprintf(str, len, "EVENT (Linux) - fork - with signal: %d (%s)", WSTOPSIG(status), in subproc_StatusToStr() 83 strsignal(WSTOPSIG(status))); in subproc_StatusToStr() 86 snprintf(str, len, "EVENT (Linux) - vfork - with signal: %d (%s)", WSTOPSIG(status), in subproc_StatusToStr() 87 strsignal(WSTOPSIG(status))); in subproc_StatusToStr() 90 snprintf(str, len, "EVENT (Linux) - clone - with signal: %d (%s)", WSTOPSIG(status), in subproc_StatusToStr() 91 strsignal(WSTOPSIG(status))); in subproc_StatusToStr() [all …]
|
/external/libunwind/tests/ |
D | test-ptrace.c | 250 || (WIFSTOPPED (status) && WSTOPSIG (status) != SIGTRAP)) in main() 266 pending_sig = WSTOPSIG (status); in main() 268 if (WSTOPSIG (status) == SIGKILL) in main() 272 if (WSTOPSIG (status) == SIGUSR1) in main() 274 else if (WSTOPSIG (status) == SIGUSR2) in main() 277 if (WSTOPSIG (status) != SIGUSR1 && WSTOPSIG (status) != SIGUSR2) in main() 284 WSTOPSIG (status)); in main()
|
/external/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid_common.h | 135 if (WSTOPSIG(status) != SIGSTOP) { in reap_children() 138 pid, WSTOPSIG(status)); in reap_children()
|
/external/elfutils/tests/ |
D | backtrace-dwarf.c | 168 if (WSTOPSIG (status) != SIGABRT) in main() 169 error (1, 0, "unexpected signal %u", WSTOPSIG (status)); in main()
|
D | backtrace.c | 293 assert (WSTOPSIG (status) == SIGUSR1); in prepare_thread() 360 assert (WSTOPSIG (status) == SIGUSR2); in exec_dump() 370 assert (WSTOPSIG (status) == SIGUSR1); in exec_dump()
|
D | backtrace-data.c | 296 assert (WSTOPSIG (status) == SIGUSR1); in main()
|
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 81 if (WSTOPSIG(status) != SIGSTOP) { in run_test() 112 if (WSTOPSIG(status) != SIGTRAP) { in run_test()
|
D | breakpoint_test_arm64.c | 147 if (WSTOPSIG(status) != SIGSTOP) { in run_test() 178 if (WSTOPSIG(status) != SIGTRAP) { in run_test()
|
D | breakpoint_test.c | 274 if (WSTOPSIG(status) == SIGTRAP) { in check_success()
|
/external/libprotobuf-mutator/examples/libfuzzer/ |
D | libfuzzer_example_test.cc | 24 int GetError(int exit_code) { return WSTOPSIG(exit_code); } in GetError()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 207 if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGTRAP) { in check_success() 300 if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGTRAP) { in launch_tests()
|
/external/honggfuzz/netbsd/ |
D | trace.c | 602 if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGTRAP) { in arch_traceAnalyze() 610 if (arch_sigs[WSTOPSIG(status)].important) { in arch_traceAnalyze() 622 int sig = (WSTOPSIG(status) != SIGSTOP) ? WSTOPSIG(status) : 0; in arch_traceAnalyze()
|
/external/strace/tests-m32/ |
D | test_ucopy.c | 129 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in test_ucopy()
|
D | wait4.c | 172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP); in main()
|
/external/strace/tests/ |
D | test_ucopy.c | 129 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in test_ucopy()
|
D | wait4.c | 172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP); in main()
|
/external/strace/tests-mx32/ |
D | test_ucopy.c | 129 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in test_ucopy()
|
D | wait4.c | 172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP); in main()
|
/external/strace/ |
D | README-linux-ptrace | 128 WSTOPSIG(status) macro returns ((status >> 8) & 0xff) value). 145 WIFSTOPPED(status) == true, WSTOPSIG(status) == signal. If 146 WSTOPSIG(status) == SIGTRAP, this may be a different kind of 148 details. If WSTOPSIG(status) == stopping signal, this may be a 164 Note that sig value may be different from WSTOPSIG(status) value - 214 WIFSTOPPED(status) == true, WSTOPSIG(status) == signal. The same result 246 WIFSTOPPED(status) == true, WSTOPSIG(status) == SIGTRAP. Additional bit 293 waitpid returning with WIFSTOPPED(status) == true, WSTOPSIG(status) == 295 WSTOPSIG(status) == (SIGTRAP | 0x80).
|
D | wait.c | 75 int sig = WSTOPSIG(status); in printstatus()
|
D | strace.c | 959 sig = WSTOPSIG(status); in detach() 1413 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in startup_child() 2010 xsprintf(buf, "WIFSTOPPED,sig=%s", signame(WSTOPSIG(status))); in print_debug_info() 2384 const unsigned int sig = WSTOPSIG(status); in next_event() 2508 restart_sig = WSTOPSIG(status); in dispatch_event() 2518 restart_sig = WSTOPSIG(status); in dispatch_event()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 156 if (WIFSTOPPED(status) && WSTOPSIG(status) != SIGSTOP) { in SuspendThread() 158 (void*)(uptr)WSTOPSIG(status)); in SuspendThread()
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 104 if (WSTOPSIG (status) == SIGSTOP) in __libdwfl_ptrace_attach() 107 (void *) (uintptr_t) WSTOPSIG (status)) != 0) in __libdwfl_ptrace_attach()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 18 def WSTOPSIG(stat): return ((_W_INT(stat)>>8)&0377) function
|
/external/honggfuzz/linux/ |
D | trace.c | 1188 if (arch_sigs[WSTOPSIG(status)].important) { in arch_traceAnalyze() 1200 int sig = (WSTOPSIG(status) != SIGSTOP) ? WSTOPSIG(status) : 0; in arch_traceAnalyze()
|