Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h162 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp893 (ConnectionFileDescriptor *)comm->GetConnection(); in ListenThread()
1061 (ConnectionFileDescriptor *)GetConnection(); in StartDebugserverProcess()
H A DGDBRemoteCommunicationServerPlatform.cpp204 std::string platform_uri = GetConnection()->GetURI(); in LaunchGDBServer()
H A DGDBRemoteCommunicationServerLLGS.cpp1172 m_stdio_communication.GetConnection()->GetReadObject(), in StartSTDIOForwarding()
3612 auto connection = m_stdio_communication.GetConnection(); in MaybeCloseInferiorTerminalConnection()