Searched refs:m_current_process (Results 1 – 2 of 2) sorted by relevance
74 m_process_factory(process_factory), m_current_process(nullptr), in GDBRemoteCommunicationServerLLGS()293 m_continue_process = m_current_process = process_or->get(); in LaunchProcess()295 m_current_process->GetID(), in LaunchProcess()299 SetEnabledExtensions(*m_current_process); in LaunchProcess()313 m_current_process->GetID()); in LaunchProcess()316 auto terminal_fd = m_current_process->GetTerminalFileDescriptor(); in LaunchProcess()335 m_current_process->GetID()); in LaunchProcess()340 m_current_process->GetID()); in LaunchProcess()356 pid, m_current_process->GetID()); in AttachToProcess()366 m_continue_process = m_current_process = process_or->get(); in AttachToProcess()[all …]
105 NativeProcessProtocol *m_current_process; variable