Searched refs:ptrace_setoptions (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dstrace.c79 unsigned int ptrace_setoptions = 0; variable
349 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long)ptrace_setoptions);
1422 ptrace_setoptions |= test_options;
1424 fprintf(stderr, "ptrace_setoptions = %#x\n",
1425 ptrace_setoptions);
1524 ptrace_setoptions |= test_options;
1526 fprintf(stderr, "ptrace_setoptions = %#x\n",
1527 ptrace_setoptions);
2295 if (!use_seize && ptrace_setoptions) {
2297 fprintf(stderr, "setting opts 0x%x on pid %d\n", ptrace_setoptions, tc
[all...]
H A Ddefs.h577 extern unsigned ptrace_setoptions;
H A Dsyscall.c1661 if ((ptrace_setoptions
1691 if (ptrace_setoptions & PTRACE_O_TRACEEXEC)

Completed in 230 milliseconds