Searched refs:response_cstr (Results 1 – 1 of 1) sorted by relevance
361 const char *response_cstr = response.GetStringRef().data(); in GetRemoteQSupported() local365 m_qSupported_response = response_cstr; in GetRemoteQSupported()367 if (::strstr(response_cstr, "qXfer:auxv:read+")) in GetRemoteQSupported()369 if (::strstr(response_cstr, "qXfer:libraries-svr4:read+")) in GetRemoteQSupported()371 if (::strstr(response_cstr, "augmented-libraries-svr4-read")) { in GetRemoteQSupported()375 if (::strstr(response_cstr, "qXfer:libraries:read+")) in GetRemoteQSupported()377 if (::strstr(response_cstr, "qXfer:features:read+")) in GetRemoteQSupported()379 if (::strstr(response_cstr, "qXfer:memory-map:read+")) in GetRemoteQSupported()385 const char *features_list = ::strstr(response_cstr, "qXfer:features:"); in GetRemoteQSupported()426 if (::strstr(response_cstr, "qEcho")) in GetRemoteQSupported()[all …]