/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/bison/lib/ |
D | sys_wait.in.h | 74 # ifndef WSTOPSIG 75 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro 103 # define WSTOPSIG(x) 0
|
/external/bison/darwin-lib/sys/ |
D | wait.h | 376 # ifndef WSTOPSIG 377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro 405 # define WSTOPSIG(x) 0 macro
|
/external/bison/linux-lib/sys/ |
D | wait.h | 376 # ifndef WSTOPSIG 377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro 405 # define WSTOPSIG(x) 0 macro
|
/external/ltrace/sysdeps/linux-gnu/m68k/ |
D | trace.c | 55 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
D | trace.c | 49 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/cris/ |
D | trace.c | 53 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/alpha/ |
D | trace.c | 53 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/ia64/ |
D | trace.c | 76 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/sparc/ |
D | trace.c | 50 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | trace.c | 81 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/strace/ |
D | strace.c | 865 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()
|
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 | process.c | 845 signame(WSTOPSIG(status))); in printstatus() 846 status &= ~W_STOPCODE(WSTOPSIG(status)); in printstatus()
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
D | trace.c | 79 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
D | trace.c | 66 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | trace.c | 93 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/ltrace/sysdeps/linux-gnu/ |
D | events.c | 307 stop_signal = WSTOPSIG(status); in next_event()
|
/external/ltrace/sysdeps/linux-gnu/metag/ |
D | trace.c | 77 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/valgrind/main/coregrind/ |
D | vgdb-invoker-ptrace.c | 236 APPEND ("WIFSTOPPED %d ", WSTOPSIG(status)); in status_image() 282 signal_received = WSTOPSIG(status); in waitstopped()
|
D | m_debugger.c | 48 #define WSTOPSIG(status) (((status) & 0xff00) >> 8) macro 420 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP && in VG_()
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | trace.c | 68 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) { in syscall_p()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.cpp | 1728 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/ |
D | Host.cpp | 190 signal = WSTOPSIG(status); in MonitorChildProcessThreadFunction()
|
/external/mksh/src/ |
D | jobs.c | 1560 strlcpy(buf, sigtraps[WSTOPSIG(p->status)].mess, in j_print()
|