Home
last modified time | relevance | path

Searched refs:GetReadObject (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConnection.h174 virtual lldb::IOObjectSP GetReadObject() { return lldb::IOObjectSP(); }; in GetReadObject() function
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h49 lldb::IOObjectSP GetReadObject() { return lldb::IOObjectSP(); } in GetReadObject() function
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h66 lldb::IOObjectSP GetReadObject() override { return m_io_sp; } in GetReadObject() function
/llvm-project-15.0.7/lldb/unittests/Host/
H A DMainLoopTest.cpp163 loop.RegisterReadObject(conn->GetReadObject(), make_callback(), error); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp235 static_cast<const TCPSocket &>(*conn_up->GetReadObject()); in DoConnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1180 IOObjectSP read_object_sp = connection->GetReadObject(); in InitializeConnection()
1238 m_stdio_communication.GetConnection()->GetReadObject(), in StartSTDIOForwarding()