Home
last modified time | relevance | path

Searched refs:GetConnection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h87 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp202 std::string platform_uri = GetConnection()->GetURI(); in LaunchGDBServer()
H A DGDBRemoteCommunication.cpp865 (ConnectionFileDescriptor *)GetConnection(); in ListenThread()
H A DGDBRemoteCommunicationServerLLGS.cpp1236 m_stdio_communication.GetConnection()->GetReadObject(), in StartSTDIOForwarding()
4071 auto connection = m_stdio_communication.GetConnection(); in MaybeCloseInferiorTerminalConnection()