Searched refs:response_string (Results 1 – 2 of 2) sorted by relevance
182 Error TestClient::SendMessage(StringRef message, std::string &response_string) { in SendMessage() argument183 if (Error E = SendMessage(message, response_string, PacketResult::Success)) in SendMessage()185 StringExtractorGDBRemote Extractor(response_string); in SendMessage()191 Error TestClient::SendMessage(StringRef message, std::string &response_string, in SendMessage() argument196 response.GetEscapedBinaryData(response_string); in SendMessage()197 GTEST_LOG_(INFO) << "Read Packet: " << response_string; in SendMessage()
73 std::string &response_string);74 llvm::Error SendMessage(llvm::StringRef message, std::string &response_string,