Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h479 return m_qSupported_response; in GetServerSupportedFeatures()
592 std::string m_qSupported_response; // the complete response to qSupported variable
DGDBRemoteCommunicationClient.cpp105 m_max_packet_size(0), m_qSupported_response(), in GDBRemoteCommunicationClient()
325 m_qSupported_response.clear(); in ResetDiscoverableSettings()
365 m_qSupported_response = response_cstr; in GetRemoteQSupported()