Home
last modified time | relevance | path

Searched refs:m_current_process (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp73 m_process_manager(process_manager), m_current_process(nullptr), in GDBRemoteCommunicationServerLLGS()
291 m_continue_process = m_current_process = process_or->get(); in LaunchProcess()
293 m_current_process->GetID(), in LaunchProcess()
297 SetEnabledExtensions(*m_current_process); in LaunchProcess()
311 m_current_process->GetID()); in LaunchProcess()
314 auto terminal_fd = m_current_process->GetTerminalFileDescriptor(); in LaunchProcess()
333 m_current_process->GetID()); in LaunchProcess()
338 m_current_process->GetID()); in LaunchProcess()
354 pid, m_current_process->GetID()); in AttachToProcess()
364 m_continue_process = m_current_process = process_or->get(); in AttachToProcess()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h106 NativeProcessProtocol *m_current_process; variable