Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp443 const char *response_cstr = response.GetStringRef().data(); in GetVContSupported() local
444 if (::strstr(response_cstr, ";c")) in GetVContSupported()
447 if (::strstr(response_cstr, ";C")) in GetVContSupported()
450 if (::strstr(response_cstr, ";s")) in GetVContSupported()
453 if (::strstr(response_cstr, ";S")) in GetVContSupported()