Home
last modified time | relevance | path

Searched refs:ptrace_setoptions (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dstrace.c86 unsigned int ptrace_setoptions = 0; variable
756 ptrace_setoptions |= test_options; in test_ptrace_setoptions()
966 ptrace_setoptions = 0; in main()
970 ptrace_setoptions); in main()
2582 if (ptrace_setoptions && (status >> 16)) { in trace()
2615 if (followfork && (tcp->parent == NULL) && ptrace_setoptions) in trace()
2617 NULL, ptrace_setoptions) < 0 && in trace()
2619 ptrace_setoptions = 0; in trace()
DChangeLog157 * tests/ptrace_setoptions: Replace "grep -q" with "grep > /dev/null".
189 * tests/ptrace_setoptions: Likewise.
527 Print ptrace_setoptions value in debug mode.
531 Handle followfork using ptrace_setoptions if available
541 ptrace_setoptions is in effect.
543 [LINUX] (trace): If ptrace_setoptions is in effect, then
555 (ptrace_setoptions): New variable declaration.
558 in the new variable ptrace_setoptions for later use.
Ddefs.h501 extern unsigned int ptrace_setoptions;
Dprocess.c926 if ((ptrace_setoptions in internal_fork()