Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationTest.cpp32 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
DGDBRemoteClientBaseTest.cpp50 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
DGDBRemoteCommunicationClientTest.cpp65 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h142 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
DGDBRemoteCommunicationReplayServer.cpp310 if (auto error = GDBRemoteCommunication::ConnectLocally(client, *this)) in Connect()
DGDBRemoteCommunication.cpp1231 GDBRemoteCommunication::ConnectLocally(GDBRemoteCommunication &client, in ConnectLocally() function in GDBRemoteCommunication