Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp696 const std::string &this_string = std::string(this_response.GetStringRef()); in SendPacketsAndConcatenateResponses() local
700 char first_char = *this_string.c_str(); in SendPacketsAndConcatenateResponses()
705 response_string.append(this_string, 1, std::string::npos); in SendPacketsAndConcatenateResponses()