reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/include/lldb/Host/MainLoopBase.h
   43   virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,

Declarations

tools/lldb/include/lldb/Host/MainLoop.h
   47   ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,

References

tools/lldb/source/Host/common/TCPSocket.cpp
  258     handles.emplace_back(accept_loop.RegisterReadObject(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  930   m_network_handle_up = m_mainloop.RegisterReadObject(
  980   m_stdio_handle_up = m_mainloop.RegisterReadObject(
tools/lldb/unittests/Host/MainLoopTest.cpp
   80   auto handle = loop.RegisterReadObject(socketpair[1], make_callback(), error);
   95   auto handle0 = loop.RegisterReadObject(socketpair[0], make_callback(), error);
   97   auto handle1 = loop.RegisterReadObject(socketpair[1], make_callback(), error);
  119       loop.RegisterReadObject(conn->GetReadObject(), make_callback(), error);