Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Core/
H A DCommunicationTest.cpp32 comm.SetConnection(std::make_unique<ConnectionFileDescriptor>( in TEST()
62 write_comm.SetConnection( in TEST()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommunication.cpp63 m_opaque->SetConnection(Host::CreateDefaultConnection(url)); in Connect()
78 m_opaque->SetConnection( in AdoptFileDesriptor()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h79 SetConnection(std::make_unique<MockConnection>(m_packets)); in MockServerWithMockConnection()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h240 void SetConnection(std::unique_ptr<Connection> connection);
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp867 SetConnection(std::make_unique<ConnectionFileDescriptor>()); in StartListenThread()
898 SetConnection(nullptr); in ListenThread()
1258 client.SetConnection(std::move(conn_up)); in ConnectLocally()
1262 server.SetConnection( in ConnectLocally()
H A DGDBRemoteCommunicationServerLLGS.cpp1181 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
1220 m_stdio_communication.SetConnection(std::move(conn_up)); in SetSTDIOFileDescriptor()
H A DProcessGDBRemote.cpp918 m_gdb_comm.SetConnection(std::move(conn_up)); in ConnectToDebugserver()
3317 m_gdb_comm.SetConnection( in LaunchAndConnectToDebugserver()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp199 m_communication.SetConnection(std::move(conn_up)); in ScriptInterpreterIORedirect()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp350 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp33 SetConnection(std::move(Conn)); in TestClient()
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp417 void Communication::SetConnection(std::unique_ptr<Connection> connection) { in SetConnection() function in Communication
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp239 m_comm.SetConnection(std::move(conn_up)); in DoConnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp240 client_up->SetConnection(std::make_unique<ConnectionFileDescriptor>()); in ConnectRemote()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp4470 m_stdio_communication.SetConnection( in SetSTDIOFileDescriptor()