Searched refs:m_mainloop (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | MainLoopPosix.h | 66 ~SignalHandle() { m_mainloop.UnregisterSignal(m_signo, m_callback_it); } in ~SignalHandle() 71 : m_mainloop(mainloop), m_signo(signo), m_callback_it(callback_it) {} in SignalHandle() 73 MainLoopPosix &m_mainloop; variable
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | MainLoopBase.h | 105 ~ReadHandle() { m_mainloop.UnregisterReadObject(m_handle); } in ~ReadHandle() 109 : m_mainloop(mainloop), m_handle(handle) {} in ReadHandle() 111 MainLoopBase &m_mainloop; variable
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 273 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager() 329 MainLoop &m_mainloop;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.h | 101 MainLoop &m_mainloop;
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 72 : GDBRemoteCommunicationServerCommon(), m_mainloop(mainloop), in GDBRemoteCommunicationServerLLGS() 1059 m_mainloop.AddPendingCallback([this, pid](MainLoopBase &loop) { in HandleInferiorState_Exited() 1173 m_mainloop.RequestTermination(); in DataAvailableCallback() 1185 m_network_handle_up = m_mainloop.RegisterReadObject( in InitializeConnection() 1239 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding() 4022 m_mainloop.RequestTermination(); in Handle_vStopped()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 112 Info.GetArchitecture(), m_mainloop)); in Launch() 139 pid, -1, native_delegate, Info.GetArchitecture(), m_mainloop)); in Attach()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 98 Info.GetArchitecture(), m_mainloop)); in Launch() 125 pid, -1, native_delegate, Info.GetArchitecture(), m_mainloop)); in Attach()
|