HomeSort by relevance Sort by last modified time
    Searched refs:ptrace_setoptions (Results 1 - 3 of 3) sorted by null

  /external/strace/
strace.c 86 unsigned int ptrace_setoptions = 0; variable
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);
    [all...]
defs.h 309 # define PTRACE_SETOPTIONS 0x4200
501 extern unsigned int ptrace_setoptions;
process.c 926 if ((ptrace_setoptions
    [all...]

Completed in 184 milliseconds