Searched refs:process_or (Results 1 – 1 of 1) sorted by relevance
289 auto process_or = in LaunchProcess() local291 if (!process_or) in LaunchProcess()292 return Status(process_or.takeError()); in LaunchProcess()293 m_continue_process = m_current_process = process_or->get(); in LaunchProcess()296 DebuggedProcess{std::move(*process_or), DebuggedProcess::Flag{}}); in LaunchProcess()359 auto process_or = m_process_factory.Attach(pid, *this, m_mainloop); in AttachToProcess() local360 if (!process_or) { in AttachToProcess()361 Status status(process_or.takeError()); in AttachToProcess()366 m_continue_process = m_current_process = process_or->get(); in AttachToProcess()369 DebuggedProcess{std::move(*process_or), DebuggedProcess::Flag{}}); in AttachToProcess()