Home
last modified time | relevance | path

Searched refs:m_mainloop (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DMainLoopBase.h75 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()
79 : m_mainloop(mainloop), m_handle(handle) {} in ReadHandle()
81 MainLoopBase &m_mainloop; variable
H A DMainLoop.h86 ~SignalHandle() { m_mainloop.UnregisterSignal(m_signo, m_callback_it); } in ~SignalHandle()
91 : m_mainloop(mainloop), m_signo(signo), m_callback_it(callback_it) {} in SignalHandle()
93 MainLoop &m_mainloop; variable
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h100 MainLoop &m_mainloop;
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()
1058 m_mainloop.AddPendingCallback([this, pid](MainLoopBase &loop) { in HandleInferiorState_Exited()
1172 m_mainloop.RequestTermination(); in DataAvailableCallback()
1184 m_network_handle_up = m_mainloop.RegisterReadObject( in InitializeConnection()
1237 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding()
3993 m_mainloop.RequestTermination(); in Handle_vStopped()