Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h85 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle()
89 : m_mainloop(mainloop), m_handle(handle) {} in ReadHandle()
91 MainLoopBase &m_mainloop; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h65 ~SignalHandle() { m_mainloop.UnregisterSignal(m_signo, m_callback_it); } in ~SignalHandle()
70 : m_mainloop(mainloop), m_signo(signo), m_callback_it(callback_it) {} in SignalHandle()
72 MainLoopPosix &m_mainloop; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager()
333 MainLoop &m_mainloop;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h101 MainLoop &m_mainloop;
H A DGDBRemoteCommunicationServerLLGS.cpp72 : GDBRemoteCommunicationServerCommon(), m_mainloop(mainloop), in GDBRemoteCommunicationServerLLGS()
1056 m_mainloop.AddPendingCallback([this, pid](MainLoopBase &loop) { in HandleInferiorState_Exited()
1170 m_mainloop.RequestTermination(); in DataAvailableCallback()
1182 m_network_handle_up = m_mainloop.RegisterReadObject( in InitializeConnection()
1235 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding()
4017 m_mainloop.RequestTermination(); in Handle_vStopped()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp98 Info.GetArchitecture(), m_mainloop)); in Launch()
125 pid, -1, native_delegate, Info.GetArchitecture(), m_mainloop)); in Attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp111 Info.GetArchitecture(), m_mainloop)); in Launch()
138 pid, -1, native_delegate, Info.GetArchitecture(), m_mainloop)); in Attach()