Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp54 if (!m_opaque->HasConnection()) in Connect()
66 if (m_opaque->HasConnection()) { in AdoptFileDesriptor()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h180 bool HasConnection() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp120 bool Communication::HasConnection() const { in HasConnection() function in Communication