Searched refs:ptrace_restart (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | strace.c | 367 ptrace_restart(const unsigned int op, struct tcb *const tcp, unsigned int sig) in ptrace_restart() function 989 ptrace_restart(PTRACE_DETACH, tcp, sig); in detach() 996 ptrace_restart(PTRACE_DETACH, tcp, 0); in detach() 1002 error = ptrace_restart(PTRACE_CONT, tcp, sig); in detach() 2605 if (ptrace_restart(restart_op, current_tcp, restart_sig) < 0) { in dispatch_event()
|
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 | 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. [all …]
|