Searched refs:tracee_pid (Results 1 – 19 of 19) sorted by relevance
54 tracee_pid=$!55 kill -STOP $tracee_pid60 kill $tracee_pid61 kill -CONT $tracee_pid62 wait $tracee_pid 2> /dev/null67 $STRACE -p $tracee_pid 2> "$LOG" &69 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do88 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 || {[all …]
48 tracee_pid=$!53 kill $tracee_pid54 wait $tracee_pid 2> /dev/null58 $STRACE -p $tracee_pid 2> "$LOG" &60 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do71 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {78 test -d /proc/$tracee_pid || {82 grep_pid_status "$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {83 grep_pid_status "$tracee_pid" '^State:'
48 tracee_pid=$!53 kill $tracee_pid54 wait $tracee_pid 2> /dev/null58 $STRACE -p $tracee_pid 2> "$LOG" &60 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do71 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {78 test -d /proc/$tracee_pid || {82 grep_pid_status "$tracee_pid" '^State:.*R (running)' > /dev/null || {83 grep_pid_status "$tracee_pid" '^State:'
11 tracee_pid=$!14 kill -0 $tracee_pid 2> /dev/null ||18 run_strace -a14 -eexit_group -ff -p $tracee_pid21 match_diff "$LOG.$tracee_pid"25 [ "$LOG.$tracee_pid" = "$*" ] ||
37 tracee_pid=$!40 kill -0 $tracee_pid 2> /dev/null ||44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
38 tracee_pid=$!41 kill -0 $tracee_pid 2> /dev/null ||45 run_strace -a32 -f -echdir -p $tracee_pid ../attach-f-p-cmd > "$EXP"
1516 int status, tracee_pid; in test_ptrace_seize() local1519 tracee_pid = waitpid(pid, &status, 0); in test_ptrace_seize()1520 if (tracee_pid <= 0) { in test_ptrace_seize()1524 tracee_pid); in test_ptrace_seize()