Home
last modified time | relevance | path

Searched refs:response_string (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h87 std::string &response_string);
H A DProcessGDBRemote.cpp4054 std::string response_string; in GetAuxvData() local
4056 response_string) == in GetAuxvData()
4058 buf = std::make_shared<DataBufferHeap>(response_string.c_str(), in GetAuxvData()
4059 response_string.length()); in GetAuxvData()
H A DGDBRemoteCommunicationClient.cpp666 const char *payload_prefix, std::string &response_string) { in SendPacketsAndConcatenateResponses() argument
678 response_string = ""; in SendPacketsAndConcatenateResponses()
705 response_string.append(this_string, 1, std::string::npos); in SendPacketsAndConcatenateResponses()