Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp246 const char *response_cstr = response.GetStringRef().c_str(); in GetVContSupported() local
247 if (::strstr (response_cstr, ";c")) in GetVContSupported()
250 if (::strstr (response_cstr, ";C")) in GetVContSupported()
253 if (::strstr (response_cstr, ";s")) in GetVContSupported()
256 if (::strstr (response_cstr, ";S")) in GetVContSupported()