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

/freebsd-10-stable/contrib/gdb/gdb/
H A Dgnu-nat.c80 int proc_wait_pid = 0; variable
1470 if (proc_wait_pid != inf->pid && !inf->no_wait)
1475 if (proc_wait_pid)
1479 inf_debug (inf, "cancelling previous wait on pid %d", proc_wait_pid);
1490 proc_wait_pid = inf->pid;
1747 if (proc_wait_pid == inf->pid)
1828 if (err && proc_wait_pid && (!inf->task || !inf->task->port))
1839 proc_wait_pid = 0;

Completed in 104 milliseconds