Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.h102 const NativeProcessProtocol::Factory &m_process_factory; variable
DGDBRemoteCommunicationServerLLGS.cpp74 m_process_factory(process_factory), m_current_process(nullptr), in GDBRemoteCommunicationServerLLGS()
290 m_process_factory.Launch(m_process_launch_info, *this, m_mainloop); in LaunchProcess()
359 auto process_or = m_process_factory.Attach(pid, *this, m_mainloop); in AttachToProcess()
4212 Extension plugin_features = m_process_factory.GetSupportedExtensions(); in HandleFeatures()
4258 assert(!bool(flags & ~m_process_factory.GetSupportedExtensions())); in SetEnabledExtensions()