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

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

Completed in 108 milliseconds