Searched refs:ConnectLocally (Results 1 – 6 of 6) sorted by relevance
32 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
50 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
65 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
142 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
310 if (auto error = GDBRemoteCommunication::ConnectLocally(client, *this)) in Connect()
1231 GDBRemoteCommunication::ConnectLocally(GDBRemoteCommunication &client, in ConnectLocally() function in GDBRemoteCommunication