Searched refs:waitfor_pid (Results 1 – 1 of 1) sorted by relevance
556 nub_process_t waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait() local558 while (waitfor_pid == INVALID_NUB_PROCESS) in DNBProcessAttachWait()566 waitfor_pid = pid; in DNBProcessAttachWait()597 waitfor_pid = curr_pid; in DNBProcessAttachWait()605 if (waitfor_pid == INVALID_NUB_PROCESS) in DNBProcessAttachWait()626 waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait()634 if (waitfor_pid != INVALID_NUB_PROCESS) in DNBProcessAttachWait()636 …LogThreadedIf (LOG_PROCESS, "Attaching to %s with pid %i...\n", waitfor_process_name, waitfor_pid); in DNBProcessAttachWait()637 waitfor_pid = DNBProcessAttach (waitfor_pid, timeout_abstime, err_str, err_len); in DNBProcessAttachWait()640 bool success = waitfor_pid != INVALID_NUB_PROCESS; in DNBProcessAttachWait()[all …]