Home
last modified time | relevance | path

Searched refs:RegisterReadObject (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h43 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp, in RegisterReadObject() function
H A DMainLoop.h48 ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp270 handles.emplace_back(accept_loop.RegisterReadObject( in Accept()
H A DMainLoop.cpp272 MainLoop::ReadHandleUP MainLoop::RegisterReadObject(const IOObjectSP &object_sp, function in MainLoop
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1121 m_network_handle_up = m_mainloop.RegisterReadObject( in InitializeConnection()
1171 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding()