Home | History | Annotate | Download | only in strace

Lines Matching refs:ptrace_setoptions

86 unsigned int ptrace_setoptions = 0;
693 * First fork a new child, call ptrace with PTRACE_SETOPTIONS on it,
734 if (ptrace(PTRACE_SETOPTIONS, pid,
756 ptrace_setoptions |= test_options;
964 "Test for options supported by PTRACE_SETOPTIONS "
966 ptrace_setoptions = 0;
969 fprintf(stderr, "ptrace_setoptions = %#x\n",
970 ptrace_setoptions);
2582 if (ptrace_setoptions && (status >> 16)) {
2615 if (followfork && (tcp->parent == NULL) && ptrace_setoptions)
2616 if (ptrace(PTRACE_SETOPTIONS, tcp->pid,
2617 NULL, ptrace_setoptions) < 0 &&
2619 ptrace_setoptions = 0;