reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
   50     ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server),
   54                   &client, TestClient::eBroadcastBitRunPacketSent));
   64     return client.SendContinuePacketAndWaitForResponse(delegate, LinuxSignals(),
   71         &client, TestClient::eBroadcastBitRunPacketSent, event_sp, llvm::None);
  106   ASSERT_FALSE(client.SendAsyncSignal(0x47));
  116       std::launch::async, [&] { return client.SendAsyncSignal(0x47); });
  148       client.SendPacketAndWaitForResponse("qTest1", response, !send_async));
  151     return client.SendPacketAndWaitForResponse("qTest2", async_response,
  181   ASSERT_FALSE(client.Interrupt());
  191       std::async(std::launch::async, [&] { return client.Interrupt(); });
  215       std::async(std::launch::async, [&] { return client.Interrupt(); });
  239   ASSERT_FALSE(client.Interrupt());
  249       std::async(std::launch::async, [&] { return client.Interrupt(); });
  264     return client.SendPacketAndWaitForResponse("qTest", async_response,
  332       std::async(std::launch::async, [&] { return client.Interrupt(); });
  354   PacketResult result = client.SendPacketAndReceiveResponseWithOutputSupport(