HomeSort by: relevance | last modified time | path
    Searched defs:proc_wait_pid (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 95 int proc_wait_pid = 0; variable
1491 if (proc_wait_pid != inf->pid && !inf->no_wait)
1496 if (proc_wait_pid)
1500 inf_debug (inf, "cancelling previous wait on pid %d", proc_wait_pid);
1511 proc_wait_pid = inf->pid;
1761 if (proc_wait_pid == inf->pid)
1824 if (err && proc_wait_pid && (!inf->task || !inf->task->port))
1833 /* PROC_WAIT_PID represents the most recent wait. We will always get
1835 proc_wait_pid = 0;
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 95 int proc_wait_pid = 0; variable
1489 if (proc_wait_pid != inf->pid && !inf->no_wait)
1494 if (proc_wait_pid)
1498 inf_debug (inf, "cancelling previous wait on pid %d", proc_wait_pid);
1509 proc_wait_pid = inf->pid;
1759 if (proc_wait_pid == inf->pid)
1822 if (err && proc_wait_pid && (!inf->task || !inf->task->port))
1831 /* PROC_WAIT_PID represents the most recent wait. We will always get
1833 proc_wait_pid = 0;

Completed in 30 milliseconds