Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h48 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h37 ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp273 handles.emplace_back(accept_loop.RegisterReadObject( in Accept()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp258 MainLoopPosix::RegisterReadObject(const IOObjectSP &object_sp, function in MainLoopPosix
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1182 m_network_handle_up = m_mainloop.RegisterReadObject( in InitializeConnection()
1235 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding()