Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 – 25 of 42) sorted by relevance

12

/external/honggfuzz/
Dsubproc.c72 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/
Dtest-ptrace.c250 || (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/
Dwaitpid_common.h135 if (WSTOPSIG(status) != SIGSTOP) { in reap_children()
138 pid, WSTOPSIG(status)); in reap_children()
/external/elfutils/tests/
Dbacktrace-dwarf.c168 if (WSTOPSIG (status) != SIGABRT) in main()
169 error (1, 0, "unexpected signal %u", WSTOPSIG (status)); in main()
Dbacktrace.c293 assert (WSTOPSIG (status) == SIGUSR1); in prepare_thread()
360 assert (WSTOPSIG (status) == SIGUSR2); in exec_dump()
370 assert (WSTOPSIG (status) == SIGUSR1); in exec_dump()
Dbacktrace-data.c296 assert (WSTOPSIG (status) == SIGUSR1); in main()
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c81 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
112 if (WSTOPSIG(status) != SIGTRAP) { in run_test()
Dbreakpoint_test_arm64.c147 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
178 if (WSTOPSIG(status) != SIGTRAP) { in run_test()
Dbreakpoint_test.c274 if (WSTOPSIG(status) == SIGTRAP) { in check_success()
/external/libprotobuf-mutator/examples/libfuzzer/
Dlibfuzzer_example_test.cc24 int GetError(int exit_code) { return WSTOPSIG(exit_code); } in GetError()
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c207 if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGTRAP) { in check_success()
300 if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGTRAP) { in launch_tests()
/external/honggfuzz/netbsd/
Dtrace.c602 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/
Dtest_ucopy.c129 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in test_ucopy()
Dwait4.c172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP); in main()
/external/strace/tests/
Dtest_ucopy.c129 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in test_ucopy()
Dwait4.c172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP); in main()
/external/strace/tests-mx32/
Dtest_ucopy.c129 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in test_ucopy()
Dwait4.c172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP); in main()
/external/strace/
DREADME-linux-ptrace128 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).
Dwait.c75 int sig = WSTOPSIG(status); in printstatus()
Dstrace.c959 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/
Dsanitizer_stoptheworld_linux_libcdep.cc156 if (WIFSTOPPED(status) && WSTOPSIG(status) != SIGSTOP) { in SuspendThread()
158 (void*)(uptr)WSTOPSIG(status)); in SuspendThread()
/external/elfutils/libdwfl/
Dlinux-pid-attach.c104 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/
DWAIT.py18 def WSTOPSIG(stat): return ((_W_INT(stat)>>8)&0377) function
/external/honggfuzz/linux/
Dtrace.c1188 if (arch_sigs[WSTOPSIG(status)].important) { in arch_traceAnalyze()
1200 int sig = (WSTOPSIG(status) != SIGSTOP) ? WSTOPSIG(status) : 0; in arch_traceAnalyze()

12