Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c346 ptrace_attach_or_seize(int pid) in ptrace_attach_or_seize() function
1050 if (ptrace_attach_or_seize(tcp->pid) < 0) { in attach_tcb()
1079 if (ptrace_attach_or_seize(tid) < 0) { in attach_tcb()
1424 if (ptrace_attach_or_seize(pid)) { in startup_child()
DChangeLog26953 Report the name of ptrace command when ptrace_attach_or_seize fails.
26955 (ptrace_attach_or_seize): Save last ptrace command's name
47457 * strace.c (ptrace_attach_or_seize): Replace PTRACE_SEIZE_DEVEL
49319 (ptrace_attach_or_seize): New function. Uses PTRACE_ATTACH or
49321 (startup_attach): Use ptrace_attach_or_seize() instead of ptrace(PTRACE_ATTACH).