Home
last modified time | relevance | path

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

12

/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/bison/lib/
Dsys_wait.in.h74 # ifndef WSTOPSIG
75 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
103 # define WSTOPSIG(x) 0
/external/bison/darwin-lib/sys/
Dwait.h376 # ifndef WSTOPSIG
377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
405 # define WSTOPSIG(x) 0 macro
/external/bison/linux-lib/sys/
Dwait.h376 # ifndef WSTOPSIG
377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
405 # define WSTOPSIG(x) 0 macro
/external/ltrace/sysdeps/linux-gnu/m68k/
Dtrace.c55 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dtrace.c49 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/cris/
Dtrace.c53 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/alpha/
Dtrace.c53 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/ia64/
Dtrace.c76 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/sparc/
Dtrace.c50 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/x86/
Dtrace.c81 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/strace/
Dstrace.c865 sig = WSTOPSIG(status); in detach()
1267 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP) { in startup_child()
1399 switch (WSTOPSIG(status)) { in test_ptrace_setoptions_followfork()
1501 if (WSTOPSIG(status) == SIGSTOP) { in test_ptrace_setoptions_for_all()
1512 if (WSTOPSIG(status) == (SIGTRAP | 0x80)) { in test_ptrace_setoptions_for_all()
2105 sprintf(buf, "WIFSTOPPED,sig=%s", signame(WSTOPSIG(status))); in trace()
2307 sig = WSTOPSIG(status); in trace()
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).
Dprocess.c845 signame(WSTOPSIG(status))); in printstatus()
846 status &= ~W_STOPCODE(WSTOPSIG(status)); in printstatus()
/external/ltrace/sysdeps/linux-gnu/s390/
Dtrace.c79 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dtrace.c66 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/mips/
Dtrace.c93 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/ltrace/sysdeps/linux-gnu/
Devents.c307 stop_signal = WSTOPSIG(status); in next_event()
/external/ltrace/sysdeps/linux-gnu/metag/
Dtrace.c77 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/valgrind/main/coregrind/
Dvgdb-invoker-ptrace.c236 APPEND ("WIFSTOPPED %d ", WSTOPSIG(status)); in status_image()
282 signal_received = WSTOPSIG(status); in waitstopped()
Dm_debugger.c48 #define WSTOPSIG(status) (((status) & 0xff00) >> 8) macro
420 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP && in VG_()
/external/ltrace/sysdeps/linux-gnu/arm/
Dtrace.c68 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1728 if (WSTOPSIG(status) == SIGSTOP) in StopThread()
1748 …if (wait_pid == tid && WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP && info.si_code == SI_TKI… in StopThread()
/external/lldb/source/Host/common/
DHost.cpp190 signal = WSTOPSIG(status); in MonitorChildProcessThreadFunction()
/external/mksh/src/
Djobs.c1560 strlcpy(buf, sigtraps[WSTOPSIG(p->status)].mess, in j_print()

12