reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  358     m_qSupported_response = response_cstr;
  360     if (::strstr(response_cstr, "qXfer:auxv:read+"))
  362     if (::strstr(response_cstr, "qXfer:libraries-svr4:read+"))
  364     if (::strstr(response_cstr, "augmented-libraries-svr4-read")) {
  368     if (::strstr(response_cstr, "qXfer:libraries:read+"))
  370     if (::strstr(response_cstr, "qXfer:features:read+"))
  372     if (::strstr(response_cstr, "qXfer:memory-map:read+"))
  378     const char *features_list = ::strstr(response_cstr, "qXfer:features:");
  419     if (::strstr(response_cstr, "qEcho"))
  424     if (::strstr(response_cstr, "QPassSignals+"))
  429     const char *packet_size_str = ::strstr(response_cstr, "PacketSize=");