Lines Matching defs:attach_pid
364 nub_process_t attach_pid,
369 attach_pid);
371 pid = DNBProcessAttach(attach_pid, NULL, ctx.GetIgnoredExceptions(), err_str,
937 int attach_pid = INVALID_NUB_PROCESS;
1027 attach_pid = static_cast<int>(strtoul(optarg, &end, 0));
1520 } else if (attach_pid != INVALID_NUB_PROCESS) {
1522 RNBLogSTDOUT("Attaching to process %i...\n", attach_pid);
1524 mode = RNBRunLoopLaunchAttaching(remote, attach_pid, attached_pid);
1527 RNBLogSTDERR("error: failed to attach process %i: %s\n", attach_pid,
1582 attach_pid);