Searched refs:PTRACE_SYSCALL (Results 1 – 7 of 7) sorted by relevance
/external/kernel-headers/original/linux/ |
D | ptrace.h | 22 #define PTRACE_SYSCALL 24 macro
|
/external/strace/ |
D | strace.c | 750 if (ptrace(PTRACE_SYSCALL, pid, 0, 0) < 0 && in test_ptrace_setoptions() 1559 if (ptrace_restart(PTRACE_SYSCALL, tcp, 0) < 0) 2632 if (ptrace_restart(PTRACE_SYSCALL, tcp, 0) < 0) { in trace() 2680 if (ptrace_restart(PTRACE_SYSCALL, tcp, WSTOPSIG(status)) < 0) { in trace() 2739 if (ptrace_restart(PTRACE_SYSCALL, tcp, 0) < 0) { in trace()
|
D | PORTING | 9 are the SunOS originated feature of the PTRACE_SYSCALL argument to the
|
D | process.c | 74 #undef PTRACE_SYSCALL 866 if (ptrace_restart(PTRACE_SYSCALL, tcpchild, 0) < 0) in handle_new_child() 2302 { PTRACE_SYSCALL, "PTRACE_SYSCALL" }, 3344 case PTRACE_SYSCALL: in sys_ptrace()
|
D | util.c | 67 #undef PTRACE_SYSCALL
|
D | signal.c | 64 #undef PTRACE_SYSCALL
|
D | syscall.c | 53 #undef PTRACE_SYSCALL
|