Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Daarch64-dbreg-contents.c110 assert (WSTOPSIG (status) == SIGUSR1); in main()
125 if (WSTOPSIG (status) == SIGUSR2) in main()
131 assert (WSTOPSIG (status) == SIGTRAP); in main()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dwait.h34 #ifndef WSTOPSIG
35 #define WSTOPSIG(w) (((w) >> 8) & 0xff) macro
/netbsd/src/external/bsd/openldap/dist/include/ac/
Dwait.h48 #ifndef WSTOPSIG
49 # define WSTOPSIG(s) LDAP_HI(s) macro
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dlinux-nat.c569 child_stop_signal = WSTOPSIG (status); in follow_fork()
1037 if (WSTOPSIG (status) != SIGSTOP) in linux_nat_post_attach_wait()
1329 signo = gdb_signal_from_host (WSTOPSIG (lp->status)); in get_detach_signal()
1789 && WSTOPSIG (lp->status) in resume()
1790 && sigismember (&pass_mask, WSTOPSIG (lp->status))) in resume()
1798 signo = gdb_signal_from_host (WSTOPSIG (lp->status)); in resume()
1994 if (WSTOPSIG (new_lp->status) != SIGSTOP) in follow_clone()
2337 if (WIFSTOPPED (status) && WSTOPSIG (status) == SYSCALL_SIGTRAP) in wait_lwp()
2355 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP in wait_lwp()
2447 && WSTOPSIG (lp->status) == SIGINT) in set_ignore_sigint()
[all …]
Dia64-linux-nat.c920 return WIFSTOPPED (status) && (WSTOPSIG (status) == SIGTRAP in low_status_is_event()
921 || WSTOPSIG (status) == SIGILL); in low_status_is_event()
Dinf-child.c65 (gdb_signal_from_host (WSTOPSIG (hoststatus))); in host_status_to_waitstatus()
/netbsd/src/tests/lib/libc/sys/
Dt_ptrace_threads_wait.h886 WSTOPSIG(status)); in thread_concurrent_test()
888 ATF_CHECK_EQ_MSG(info.psi_siginfo.si_signo, WSTOPSIG(status), in thread_concurrent_test()
890 WSTOPSIG(status), info.psi_siginfo.si_signo); in thread_concurrent_test()
892 if (WSTOPSIG(status) != SIGTRAP) { in thread_concurrent_test()
896 ATF_CHECK_EQ_MSG(WSTOPSIG(status), expected_sig, in thread_concurrent_test()
898 expected_sig, WSTOPSIG(status)); in thread_concurrent_test()
928 signal_handle != TCSH_DISCARD && WSTOPSIG(status) != SIGTRAP in thread_concurrent_test()
929 ? WSTOPSIG(status) : 0) != -1); in thread_concurrent_test()
Dt_wait.c198 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY()
268 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY()
Dt_ptrace_wait.h386 strlcpy(st, strsignal(WSTOPSIG(status)), sizeof(st)); in validate_status_stopped()
389 ATF_REQUIRE_EQ_MSG(WSTOPSIG(status), expected, in validate_status_stopped()
401 FORKEE_ASSERT_EQ(WSTOPSIG(status), expected); in forkee_status_stopped()
Dt_ptrace_sigchld.c105 ATF_REQUIRE_EQ(WSTOPSIG(info->si_status), expected_status); in sigchld_action()
/netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
Dwait.h13 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) macro
/netbsd/src/sys/sys/
Dwait.h63 #define WSTOPSIG(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff) macro
/netbsd/src/external/bsd/tmux/dist/
Dserver.c513 if (WSTOPSIG(status) == SIGTTIN || WSTOPSIG(status) == SIGTTOU) in server_child_stopped()
Djob.c354 if (WSTOPSIG(status) == SIGTTIN || WSTOPSIG(status) == SIGTTOU) in job_check_died()
/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Dtest-pexecute.c62 #ifndef WSTOPSIG
63 #define WSTOPSIG WEXITSTATUS macro
/netbsd/src/external/ibm-public/postfix/dist/src/master/
Dmaster_spawn.c330 serv->path, pid, WSTOPSIG(status)); in master_reap_child()
/netbsd/src/external/bsd/atf/dist/tools/
Dprocess.cpp371 rv << "stopped(" << WSTOPSIG(mutable_status); in str()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsystem.h426 #ifndef WSTOPSIG
427 #define WSTOPSIG WEXITSTATUS macro
/netbsd/src/bin/sh/
Djobs.c514 st = WSTOPSIG(ps->status); in showjob()
687 retval = WSTOPSIG(status) + 128; in jobstatus()
1494 st = WSTOPSIG(status) + 128; in waitforjob()
/netbsd/src/tests/lib/libc/gen/
Dt_siginfo.c155 ATF_REQUIRE_EQ(WSTOPSIG(info->si_status), status); in sigchild_action()
/netbsd/src/external/bsd/am-utils/dist/conf/nfs_prot/
Dnfs_prot_nextstep.h258 #define WSTOPSIG(status) (int)(WIFSTOPPED(status) ? \ macro
/netbsd/src/usr.bin/make/
Dcompat.c381 status = WSTOPSIG(reason); in Compat_RunCommand()
Djob.c2084 switch (WSTOPSIG(status)) { in JobReapChild()
2095 job->node->name, WSTOPSIG(status)); in JobReapChild()
/netbsd/src/lib/libutil/
Dpasswd.c279 raise(WSTOPSIG(pstat)); in pw_edit()
/netbsd/src/external/bsd/cron/dist/
Dcrontab.c501 (void)kill(getpid(), WSTOPSIG(waiter)); in edit_cmd()

12