Home | History | Annotate | Download | only in tests-mx32

Lines Matching refs:tracee_pid

54 tracee_pid=$!
55 kill -STOP $tracee_pid
60 kill $tracee_pid
61 kill -CONT $tracee_pid
62 wait $tracee_pid 2> /dev/null
67 $STRACE -p $tracee_pid 2> "$LOG" &
69 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do
88 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
95 test -d /proc/$tracee_pid || {
99 grep_pid_status "$tracee_pid" '^State:.*T (stopped)' > /dev/null || {
100 grep_pid_status "$tracee_pid" '^State:'