Lines Matching refs:enter
80 been observed to enter ptrace-stop. Note that there is no guarantee
169 tracer would observe a new syscall-enter-stop for the same syscall,
171 tracer would observe a syscall-enter-stop for restart_syscall(2)
192 Stopping signals cause (all threads of) process to enter group-stop.
206 all threads stop. If some threads are traced, they enter a group-stop.
242 If tracer sets TRACE_O_TRACEfoo options, tracee will enter ptrace-stops
282 syscall-enter-stop just prior to entering any syscall. If tracer
285 signal-delivery-stop never happens between syscall-enter-stop and
292 Syscall-enter-stop and syscall-exit-stop are observed by tracer as
306 For example, on x86 rax = -ENOSYS in syscall-enter-stop. Since SIGTRAP
309 "syscall-stop which is not syscall-enter-stop", IOW: it looks like a
316 Syscall-enter-stop and syscall-exit-stop are indistinguishable from
318 ptrace-stops in order to not misinterpret syscall-enter-stop as
319 syscall-exit-stop or vice versa. The rule is that syscall-enter-stop is
323 If after syscall-enter-stop tracer uses restarting command other than
377 see tracee enter signal-delivery-stop with other signal(s) first! The
389 tracee. It continues to run (doesn't enter ptrace-stop). A common
398 SIGSTOP is delivered to them, causing them to enter
411 tracee may enter other ptrace-stops and needs to be restarted and