Home | History | Annotate | Download | only in strace

Lines Matching refs:ptrace_setoptions

89 unsigned int ptrace_setoptions = 0;
696 * First fork a new child, call ptrace with PTRACE_SETOPTIONS on it,
737 if (ptrace(PTRACE_SETOPTIONS, pid,
759 ptrace_setoptions |= test_options;
967 "Test for options supported by PTRACE_SETOPTIONS "
969 ptrace_setoptions = 0;
972 fprintf(stderr, "ptrace_setoptions = %#x\n",
973 ptrace_setoptions);
2585 if (ptrace_setoptions && (status >> 16)) {
2618 if (followfork && (tcp->parent == NULL) && ptrace_setoptions)
2619 if (ptrace(PTRACE_SETOPTIONS, tcp->pid,
2620 NULL, ptrace_setoptions) < 0 &&
2622 ptrace_setoptions = 0;