Home
last modified time | relevance | path

Searched refs:waitfor_pid (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp724 nub_process_t waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait() local
726 while (waitfor_pid == INVALID_NUB_PROCESS) { in DNBProcessAttachWait()
731 waitfor_pid = pid; in DNBProcessAttachWait()
757 waitfor_pid = curr_pid; in DNBProcessAttachWait()
765 if (waitfor_pid == INVALID_NUB_PROCESS) { in DNBProcessAttachWait()
785 waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait()
793 if (waitfor_pid != INVALID_NUB_PROCESS) { in DNBProcessAttachWait()
795 waitfor_process_name, waitfor_pid); in DNBProcessAttachWait()
796 waitfor_pid = DNBProcessAttach(waitfor_pid, timeout_abstime, in DNBProcessAttachWait()
801 bool success = waitfor_pid != INVALID_NUB_PROCESS; in DNBProcessAttachWait()
[all …]