Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDConnection.h202 GetReadObject() { return lldb::IOObjectSP(); } in GetReadObject() function
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDConnectionFileDescriptorPosix.h62 GetReadObject() override in GetReadObject() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp830 IOObjectSP read_object_sp = connection->GetReadObject(); in InitializeConnection()