Lines Matching refs:followfork
8420 curcol in line_ended for the stale printing_tcp if followfork == 2.
9808 (init) <followfork >= 2>: Check output file name prefix length.
13164 * strace.c (maybe_allocate_tcb) <WIFSTOPPED(status) && !followfork>:
13169 * strace.c (maybe_allocate_tcb) <WIFSTOPPED(status) && !followfork>:
13230 * strace.c (maybe_allocate_tcb) <WIFSTOPPED(status) && !followfork>:
48015 * strace.c (droptcb): Remove outfname check in "outfname && followfork >= 2" -
48016 with recent changes, followfork >= 2 check guarantees that outfile
48853 The fix is in the addition of "&& followfork < 2" condition.
51079 followfork is an already existing indicator of what we want to do.
51081 and replaces checks for this bit by checks of followfork value.
51087 test followfork instead of tcp->flags & TCB_FOLLOWFORK.
52140 Handle followfork using ptrace_setoptions if available.
52142 use them to do followfork rather than the original setbpt
52170 (main): Call test_ptrace_setoptions() if followfork option is set.