Searched refs:ptrace_setoptions (Results 1 – 4 of 4) sorted by relevance
18 ptrace_setoptions.test \
79 unsigned int ptrace_setoptions = 0; variable349 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long)ptrace_setoptions); in ptrace_attach_or_seize()1422 ptrace_setoptions |= test_options; in test_ptrace_setoptions_followfork()1425 ptrace_setoptions); in test_ptrace_setoptions_followfork()1524 ptrace_setoptions |= test_options; in test_ptrace_setoptions_for_all()1527 ptrace_setoptions); in test_ptrace_setoptions_for_all()2295 if (!use_seize && ptrace_setoptions) { in trace()2297 fprintf(stderr, "setting opts 0x%x on pid %d\n", ptrace_setoptions, tcp->pid); in trace()2298 if (ptrace(PTRACE_SETOPTIONS, tcp->pid, NULL, ptrace_setoptions) < 0) { in trace()
577 extern unsigned ptrace_setoptions;
1661 if ((ptrace_setoptions in internal_fork()1691 if (ptrace_setoptions & PTRACE_O_TRACEEXEC) in internal_exec()