Lines Matching refs:ptrace_restart
20511 to ptrace_restart(PTRACE_SYSCALL).
21563 ptrace_restart: cleanup.
21564 * strace.c (ptrace_restart): Replace the sequence of "if" statements
21567 ptrace_restart: change types of integer arguments to unsigned.
21568 * strace.c (ptrace_restart): Change types of "op" and "sig"
25899 * strace.c (ptrace_restart): Do not check that PTRACE_LISTEN is defined.
47999 (ptrace_restart): Use current_tcp->curcol instead of curcol.
48075 * strace.c (ptrace_restart): Emit message to log on error.
48101 Make ptrace_restart() static. No code changes.
48102 * defs.h: Remove ptrace_restart() declaration.
48103 * strace.c (ptrace_restart): Move its definition here.
48104 * util.c (ptrace_restart): Remove its definition.
48881 * util.c (ptrace_restart): Do not pass addr=1 to ptrace(), pass 0 instead.
48896 * util.c (ptrace_restart): Expand error message.
49329 * util.c (ptrace_restart): Add "LISTEN" to a possible error message.
50111 * util.c (ptrace_restart): use perror_msg() on error instead of fprintf().
52881 (ptrace_restart): Drop void* cast on ptrace() 4th arg.