Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp716 nub_process_t waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait() local
718 while (waitfor_pid == INVALID_NUB_PROCESS) { in DNBProcessAttachWait()
723 waitfor_pid = pid; in DNBProcessAttachWait()
749 waitfor_pid = curr_pid; in DNBProcessAttachWait()
757 if (waitfor_pid == INVALID_NUB_PROCESS) { in DNBProcessAttachWait()
777 waitfor_pid = INVALID_NUB_PROCESS; in DNBProcessAttachWait()
785 if (waitfor_pid != INVALID_NUB_PROCESS) { in DNBProcessAttachWait()
787 waitfor_process_name, waitfor_pid); in DNBProcessAttachWait()
788 waitfor_pid = DNBProcessAttach(waitfor_pid, timeout_abstime, in DNBProcessAttachWait()
793 bool success = waitfor_pid != INVALID_NUB_PROCESS; in DNBProcessAttachWait()
[all …]