Lines Matching refs:client
50 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
54 &client, TestClient::eBroadcastBitRunPacketSent)); in SetUp()
60 TestClient client; member in __anon7c812b550111::GDBRemoteClientBaseTest
66 return client.SendContinuePacketAndWaitForResponse(delegate, LinuxSignals(), in SendCPacket()
74 &client, TestClient::eBroadcastBitRunPacketSent, event_sp, llvm::None); in WaitForRunEvent()
111 ASSERT_FALSE(client.SendAsyncSignal(0x47, g_timeout)); in TEST_F()
121 return client.SendAsyncSignal(0x47, g_timeout); in TEST_F()
152 client.SendPacketAndWaitForResponse("qTest1", response)); in TEST_F()
155 return client.SendPacketAndWaitForResponse("qTest2", async_response, in TEST_F()
185 ASSERT_FALSE(client.Interrupt(g_timeout)); in TEST_F()
195 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
219 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
242 ASSERT_FALSE(client.Interrupt(g_timeout)); in TEST_F()
252 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
267 return client.SendPacketAndWaitForResponse("qTest", async_response); in TEST_F()
334 std::launch::async, [&] { return client.Interrupt(g_timeout); }); in TEST_F()
356 PacketResult result = client.SendPacketAndReceiveResponseWithOutputSupport( in TEST_F()