Home
last modified time | relevance | path

Searched refs:strace_child (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dstrace.c139 static int strace_child; variable
1065 if (followfork && tcp->pid != strace_child && in attach_tcb()
1161 strace_child = 0; in startup_attach()
1401 strace_child = pid; in startup_child()
1439 strace_child = strace_tracer_pid; in startup_child()
1441 tcp = alloctcb(strace_child); in startup_child()
1974 if (tcp->pid == strace_child) { in cleanup()
2036 if (detach_on_execve && pid == strace_child) { in maybe_allocate_tcb()
2038 strace_child = 0; in maybe_allocate_tcb()
2121 if (pid == strace_child) { in print_signalled()
[all …]
DChangeLog32924 as strace_child.
32931 and reset strace_child.
40282 * strace.c (print_signalled, print_exited): Clear strace_child when it
40289 about !WIFSTOPPED process with pid == strace_child.
44993 Set strace_child only in the right branch.
44994 "strace_child = pid" assignment was racing in NOMMU case
44997 After this change, strace_child is set to nonzero only
45004 and we already have strace_child variable which holds