Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c344 ptrace_attach_or_seize(int pid) in ptrace_attach_or_seize() function
356 # define ptrace_attach_or_seize(pid) ptrace(PTRACE_ATTACH, (pid), 0, 0) macro
1017 if (ptrace_attach_or_seize(tid) < 0) { in startup_attach()
1060 if (ptrace_attach_or_seize(tcp->pid) < 0) { in startup_attach()
1282 if (ptrace_attach_or_seize(pid)) { in startup_child()