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

/external/strace/
H A Dstrace.c344 ptrace_attach_or_seize(int pid) function
356 # define ptrace_attach_or_seize(pid) ptrace(PTRACE_ATTACH, (pid), 0, 0) macro
1020 if (ptrace_attach_or_seize(tid) < 0) {
1063 if (ptrace_attach_or_seize(tcp->pid) < 0) {
1277 if (ptrace_attach_or_seize(pid)) {

Completed in 72 milliseconds