Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp434 const char *response_cstr = response.GetStringRef().data(); in GetVContSupported() local
435 if (::strstr(response_cstr, ";c")) in GetVContSupported()
438 if (::strstr(response_cstr, ";C")) in GetVContSupported()
441 if (::strstr(response_cstr, ";s")) in GetVContSupported()
444 if (::strstr(response_cstr, ";S")) in GetVContSupported()