Searched refs:got_pid (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-ptrace.c87 pid_t got_pid; local
98 got_pid = my_waitpid (child, &kill_status, 0);
99 if (got_pid != child)
103 who, (long) got_pid, safe_strerror (errno));
124 pid_t child, got_pid; local
182 got_pid = waitpid (child, &status, 0);
183 if (got_pid != child)
186 (long) got_pid, safe_strerror (errno));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daarch64-dbreg-contents.c87 pid_t got_pid; local
107 got_pid = waitpid (child, &status, 0);
108 assert (got_pid == child);
122 got_pid = waitpid (child, &status, 0);
123 assert (got_pid == child);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daarch64-dbreg-contents.c87 pid_t got_pid; local
107 got_pid = waitpid (child, &status, 0);
108 assert (got_pid == child);
122 got_pid = waitpid (child, &status, 0);
123 assert (got_pid == child);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-ptrace.c87 pid_t got_pid; local
98 got_pid = my_waitpid (child, &kill_status, 0);
99 if (got_pid != child)
103 who, (long) got_pid, safe_strerror (errno));
124 pid_t child, got_pid; local
182 got_pid = waitpid (child, &status, 0);
183 if (got_pid != child)
186 (long) got_pid, safe_strerror (errno));

Completed in 85 milliseconds