Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h103 NativeProcessProtocol::Manager &m_process_manager; variable
H A DGDBRemoteCommunicationServerLLGS.cpp73 m_process_manager(process_manager), m_current_process(nullptr), in GDBRemoteCommunicationServerLLGS()
288 auto process_or = m_process_manager.Launch(m_process_launch_info, *this); in LaunchProcess()
357 auto process_or = m_process_manager.Attach(pid, *this); in AttachToProcess()
4222 Extension plugin_features = m_process_manager.GetSupportedExtensions(); in HandleFeatures()
4268 assert(!bool(flags & ~m_process_manager.GetSupportedExtensions())); in SetEnabledExtensions()