Lines Matching refs:PTRACE_SEIZE
1328 if (ptrace(PTRACE_SEIZE, run->pid, NULL, seize_options) == -1) {1329 PLOG_W("Couldn't ptrace(PTRACE_SEIZE) to pid: %d", (int)run->pid);1345 if (ptrace(PTRACE_SEIZE, tasks[i], NULL, seize_options) == -1) {1346 PLOG_W("Couldn't ptrace(PTRACE_SEIZE) to pid: %d", tasks[i]);