Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c717 int status, tracee_pid; in test_ptrace_setoptions() local
719 tracee_pid = wait(&status); in test_ptrace_setoptions()
720 if (tracee_pid == -1) { in test_ptrace_setoptions()
728 if (tracee_pid != pid) { in test_ptrace_setoptions()
729 found_grandchild = tracee_pid; in test_ptrace_setoptions()
730 if (ptrace(PTRACE_CONT, tracee_pid, 0, 0) < 0 && in test_ptrace_setoptions()
732 kill(tracee_pid, SIGKILL); in test_ptrace_setoptions()