Home | History | Annotate | Download | only in source

Lines Matching defs:attach_pid

3132         nub_process_t attach_pid = INVALID_NUB_PROCESS;
3144 attach_pid = DNBProcessAttachWait(attach_name.c_str (), m_ctx.LaunchFlavor(), ignore_existing, NULL, 1000, err_str, sizeof(err_str), RNBRemoteShouldCancelCallback);
3156 attach_pid = DNBProcessAttachWait(attach_name.c_str (), m_ctx.LaunchFlavor(), ignore_existing, NULL, 1000, err_str, sizeof(err_str), RNBRemoteShouldCancelCallback);
3167 attach_pid = DNBProcessAttachByName (attach_name.c_str(), NULL, err_str, sizeof(err_str));
3174 attach_pid = strtoul (p, &end, 16); // PID will be in hex, so use base 16 to decode
3180 attach_pid = DNBProcessAttach(attach_pid, &attach_timeout_abstime, err_str, sizeof(err_str));
3189 if (attach_pid != INVALID_NUB_PROCESS)
3191 if (m_ctx.ProcessID() != attach_pid)
3192 m_ctx.SetProcessID(attach_pid);