Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp66 m_opaque->SetConnection(Host::CreateDefaultConnection(url)); in Connect()
82 m_opaque->SetConnection( in AdoptFileDesriptor()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h224 void SetConnection(std::unique_ptr<Connection> connection);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp872 SetConnection(std::make_unique<ConnectionFileDescriptor>()); in StartListenThread()
899 comm->SetConnection(nullptr); in ListenThread()
1255 client.SetConnection(std::move(conn_up)); in ConnectLocally()
1259 server.SetConnection( in ConnectLocally()
H A DGDBRemoteCommunicationServerLLGS.cpp1118 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
1154 m_stdio_communication.SetConnection(std::move(conn_up)); in SetSTDIOFileDescriptor()
H A DProcessGDBRemote.cpp961 m_gdb_comm.SetConnection(std::move(conn_up)); in ConnectToDebugserver()
3536 m_gdb_comm.SetConnection( in LaunchAndConnectToDebugserver()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp187 m_communication.SetConnection(std::move(conn_up)); in ScriptInterpreterIORedirect()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp351 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp413 void Communication::SetConnection(std::unique_ptr<Connection> connection) { in SetConnection() function in Communication
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp317 m_gdb_client.SetConnection(std::make_unique<ConnectionFileDescriptor>()); in ConnectRemote()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4444 m_stdio_communication.SetConnection( in SetSTDIOFileDescriptor()