Lines Matching refs:stops
28 ptrace commands from the tracer is called ptrace-stop. Ptrace-stops can
122 The following kinds of ptrace-stops exist: signal-delivery-stops,
123 group-stop, PTRACE_EVENT stops, syscall-stops [, SINGLESTEP, SYSEMU,
147 ptrace-stop - see "Syscall-stops" and "execve" sections below for
215 is returned by some other classes of ptrace-stops, therefore the
240 1.x.x PTRACE_EVENT stops
242 If tracer sets TRACE_O_TRACEfoo options, tracee will enter ptrace-stops
243 called PTRACE_EVENT stops.
245 PTRACE_EVENT stops are observed by tracer as waitpid returning with
263 For all four stops described above: stop occurs in parent, not in newly
275 PTRACE_GETSIGINFO on PTRACE_EVENT stops returns si_signo = SIGTRAP,
279 1.x.x Syscall-stops
297 Syscall-stops can be distinguished from signal-delivery-stop with
300 kernel, whereas syscall-stops have si_code = SIGTRAP or (SIGTRAP |
301 0x80). However, syscall-stops happen very often (twice per syscall),
318 ptrace-stops in order to not misinterpret syscall-enter-stop as
326 PTRACE_GETSIGINFO on syscall-stops returns si_signo = SIGTRAP, si_code
353 may have no effect in some ptrace-stops, yet the call may succeed
411 tracee may enter other ptrace-stops and needs to be restarted and