Searched refs:GetReadObject (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h174 virtual lldb::IOObjectSP GetReadObject() { return lldb::IOObjectSP(); }; function in class:lldb_private::Connection
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h69 lldb::IOObjectSP GetReadObject() override { return m_read_sp; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp926 IOObjectSP read_object_sp = connection->GetReadObject();
981 m_stdio_communication.GetConnection()->GetReadObject(),

Completed in 157 milliseconds