Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h37 ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h53 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp164 handles.emplace_back(loop.RegisterReadObject(io_sp, cb, error)); in Accept()
H A DMainLoopPosix.cpp249 MainLoopPosix::RegisterReadObject(const IOObjectSP &object_sp, in RegisterReadObject() function in MainLoopPosix
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp303 handles.emplace_back(loop.RegisterReadObject(io_sp, cb, error)); in Accept()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.cpp111 auto read_handle_up = m_loop.RegisterReadObject( in AcceptCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1185 m_network_handle_up = m_mainloop.RegisterReadObject( in InitializeConnection()
1239 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding()