Home | History | Annotate | Download | only in linux-gnu

Lines Matching defs:options

51 #include "options.h"
129 long options = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEFORK |
132 if (ptrace(PTRACE_SETOPTIONS, pid, 0, (void *)options) < 0 &&
133 ptrace(PTRACE_OLDSETOPTIONS, pid, 0, (void *)options) < 0) {
988 * several -p options that are tasks of one process. */