Searched refs:process_or (Results 1 – 1 of 1) sorted by relevance
291 auto process_or = in LaunchProcess() local293 if (!process_or) in LaunchProcess()294 return Status(process_or.takeError()); in LaunchProcess()295 m_continue_process = m_current_process = process_or->get(); in LaunchProcess()298 DebuggedProcess{std::move(*process_or), DebuggedProcess::Flag{}}); in LaunchProcess()361 auto process_or = m_process_factory.Attach(pid, *this, m_mainloop); in AttachToProcess() local362 if (!process_or) { in AttachToProcess()363 Status status(process_or.takeError()); in AttachToProcess()368 m_continue_process = m_current_process = process_or->get(); in AttachToProcess()371 DebuggedProcess{std::move(*process_or), DebuggedProcess::Flag{}}); in AttachToProcess()