Lines Matching full:parent
8 ptrace \- allows a parent process to control the execution of a child process
21 The \fBptrace()\fR function allows a parent process to control the execution of
24 \fBsignal.h\fR(3HEAD)), at which time it enters a stopped state and its parent
26 state, its parent can examine and modify its "core image" using \fBptrace()\fR.
27 Also, the parent can cause the child either to terminate or continue, with the
40 parent. It turns on the child's trace flag that stipulates that the child
44 request. Peculiar results ensue if the parent does not expect to trace the
50 The remainder of the requests can only be used by the parent process. For each,
60 the child is returned to the parent process. If instruction and data space are
66 returned to the parent process and the parent's \fBerrno\fR is set to
77 the system's address space (see <\fBsys/user.h\fR>) is returned to the parent
80 \fB\(mi1\fR is returned to the parent process and the parent's \fBerrno\fR is
96 child is returned to the parent. These two requests fail if \fIaddr\fR is not
97 the start address of a word. On failure \fB\(mi1\fR is returned to the parent
98 process and the parent's \fBerrno\fR is set to \fBEIO\fR.
125 to the parent. This request fails if \fIdata\fR is not 0 or a valid signal
126 number, in which case \fB\(mi1\fR is returned to the parent process and the
127 parent's \fBerrno\fR is set to \fBEIO\fR.