Home
last modified time | relevance | path

Searched refs:SetConnection (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp64 m_opaque->SetConnection(Host::CreateDefaultConnection(url)); in Connect()
79 m_opaque->SetConnection( in AdoptFileDesriptor()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h159 virtual void SetConnection(std::unique_ptr<Connection> connection);
H A DThreadedCommunication.h155 void SetConnection(std::unique_ptr<Connection> connection) override;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp372 void ThreadedCommunication::SetConnection( in SetConnection() function in ThreadedCommunication
375 Communication::SetConnection(std::move(connection)); in SetConnection()
H A DCommunication.cpp141 void Communication::SetConnection(std::unique_ptr<Connection> connection) { in SetConnection() function in Communication
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp846 SetConnection(std::make_unique<ConnectionFileDescriptor>()); in StartListenThread()
877 SetConnection(nullptr); in ListenThread()
1232 client.SetConnection(std::move(conn_up)); in ConnectLocally()
1236 server.SetConnection( in ConnectLocally()
H A DGDBRemoteCommunicationServerLLGS.cpp1179 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
1218 m_stdio_communication.SetConnection(std::move(conn_up)); in SetSTDIOFileDescriptor()
H A DProcessGDBRemote.cpp821 m_gdb_comm.SetConnection(std::move(conn_up)); in ConnectToDebugserver()
3428 m_gdb_comm.SetConnection( in LaunchAndConnectToDebugserver()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp230 m_communication.SetConnection(std::move(conn_up)); in ScriptInterpreterIORedirect()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp352 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp248 client_up->SetConnection(std::make_unique<ConnectionFileDescriptor>()); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4734 m_stdio_communication.SetConnection( in SetSTDIOFileDescriptor()