Searched refs:ptrace_restart (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | strace.c | 396 ptrace_restart(const unsigned int op, struct tcb *const tcp, unsigned int sig) in ptrace_restart() function 968 ptrace_restart(PTRACE_DETACH, tcp, sig); in detach() 975 ptrace_restart(PTRACE_DETACH, tcp, 0); in detach() 981 error = ptrace_restart(PTRACE_CONT, tcp, sig); in detach() 2439 if (ptrace_restart(PTRACE_LISTEN, tcp, 0) < 0) { in trace() 2479 if (ptrace_restart(PTRACE_SYSCALL, tcp, sig) < 0) { in trace()
|
D | ChangeLog-CVS | 351 * 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.
|
D | ChangeLog | 1321 to ptrace_restart(PTRACE_SYSCALL). 2373 ptrace_restart: cleanup. 2374 * strace.c (ptrace_restart): Replace the sequence of "if" statements 2377 ptrace_restart: change types of integer arguments to unsigned. 2378 * strace.c (ptrace_restart): Change types of "op" and "sig" 6709 * strace.c (ptrace_restart): Do not check that PTRACE_LISTEN is defined. 28809 (ptrace_restart): Use current_tcp->curcol instead of curcol. 28885 * strace.c (ptrace_restart): Emit message to log on error. 28911 Make ptrace_restart() static. No code changes. 28912 * defs.h: Remove ptrace_restart() declaration. [all …]
|