Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h472 return m_qSupported_response; in GetServerSupportedFeatures()
611 std::string m_qSupported_response; // the complete response to qSupported variable
H A DGDBRemoteCommunicationClient.cpp76 m_default_packet_timeout(0), m_qSupported_response(), in GDBRemoteCommunicationClient()
322 m_qSupported_response.clear(); in ResetDiscoverableSettings()
369 m_qSupported_response = response.GetStringRef().str(); in GetRemoteQSupported()