Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h102 const NativeProcessProtocol::Factory &m_process_factory; variable
H A DGDBRemoteCommunicationServerLLGS.cpp75 m_mainloop(mainloop), m_process_factory(process_factory), in GDBRemoteCommunicationServerLLGS()
292 m_process_factory.Launch(m_process_launch_info, *this, m_mainloop); in LaunchProcess()
361 auto process_or = m_process_factory.Attach(pid, *this, m_mainloop); in AttachToProcess()
4198 Extension plugin_features = m_process_factory.GetSupportedExtensions(); in HandleFeatures()
4244 assert(!bool(flags & ~m_process_factory.GetSupportedExtensions())); in SetEnabledExtensions()