Home
last modified time | relevance | path

Searched refs:ConnectLocally (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp32 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
H A DGDBRemoteClientBaseTest.cpp50 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
H A DGDBRemoteCommunicationClientTest.cpp65 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h167 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
H A DGDBRemoteCommunication.cpp1234 GDBRemoteCommunication::ConnectLocally(GDBRemoteCommunication &client, in ConnectLocally() function in GDBRemoteCommunication