Home
last modified time | relevance | path

Searched refs:SetConnection (Results 1 – 11 of 11) 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/Interpreter/
H A DScriptInterpreter.cpp236 m_communication.SetConnection(std::move(conn_up)); in ScriptInterpreterIORedirect()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp514 platform.SetConnection( in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp241 client_up->SetConnection(std::make_unique<ConnectionFileDescriptor>()); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1182 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
1222 m_stdio_communication.SetConnection(std::move(conn_up)); in SetSTDIOFileDescriptor()
H A DProcessGDBRemote.cpp831 m_gdb_comm.SetConnection(std::move(conn_up)); in ConnectToDebugserver()
3568 m_gdb_comm.SetConnection(std::make_unique<ConnectionFileDescriptor>( in LaunchAndConnectToDebugserver()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4767 m_stdio_communication.SetConnection( in SetSTDIOFileDescriptor()