Lines Matching defs:attach_pid
3860 nub_process_t attach_pid =
3861 INVALID_NUB_PROCESS; // attach_pid will be set to 0 if the attach fails
3876 attach_pid = DNBProcessAttachWait(
3891 attach_pid = DNBProcessAttachWait(
3904 attach_pid = DNBProcessAttachByName(attach_name.c_str(), NULL,
3919 attach_pid = DNBProcessAttach(pid_attaching_to, &attach_timeout_abstime,
3927 if (attach_pid == INVALID_NUB_PROCESS_ARCH) {
3934 if (attach_pid != INVALID_NUB_PROCESS) {
3935 if (m_ctx.ProcessID() != attach_pid)
3936 m_ctx.SetProcessID(attach_pid);
3937 DNBLog("Successfully attached to pid %d", attach_pid);
3953 // attach_pid is INVALID_NUB_PROCESS - we did not succeed in attaching