Home
last modified time | relevance | path

Searched refs:ptrace_restart (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dstrace.c388 ptrace_restart(int op, struct tcb *tcp, int sig) in ptrace_restart() function
915 ptrace_restart(PTRACE_DETACH, tcp, sig); in detach()
922 ptrace_restart(PTRACE_DETACH, tcp, 0); in detach()
928 error = ptrace_restart(PTRACE_CONT, tcp, sig); in detach()
2254 if (ptrace_restart(PTRACE_LISTEN, tcp, 0) < 0) { in trace()
2292 if (ptrace_restart(PTRACE_SYSCALL, tcp, sig) < 0) { in trace()
DChangeLog-CVS351 * defs.h (do_ptrace, ptrace_restart): Declare new functions
352 * process.c: Use ptrace_restart instead of bare ptrace.
358 * util.c (do_ptrace, ptrace_restart): Define new functions.