Home
last modified time | relevance | path

Searched refs:startup_child (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dstrace.c1298 startup_child(char **argv) in startup_child() function
1885 startup_child(argv); in init()
DChangeLog842 * aio.c (startup_child, test_ptrace_seize): Print status
3918 (startup_child): Set TCB_HIDE_LOG and TCB_SKIP_DETACH_ON_FIRST_EXEC bits
7168 (startup_child): Use redirect_standard_fds.
7767 (attach_tcb, startup_child): Use it in error diagnostics.
13513 * strace.c (startup_child): Close stdin/out and reopen them to /dev/null.
13733 (startup_child): In -D mode, record the parent of the tracer process
19217 (startup_child): Use xstrdup.
20291 * strace.c (startup_child): Check that the length of the command strace
23171 * strace.c (startup_child): Replace MAXPATHLEN with PATH_MAX.
23633 (startup_child): Change 'm', 'n', and 'len' types to unsigned.
[all …]
DChangeLog-CVS330 (startup_child): If -D, parent blocks in wait(), then
457 * strace.c (startup_child): Save child pid for future use.
1303 (startup_child): ... a new function, replaced RETURN with EXIT.