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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h453 return m_qSupported_response;
564 std::string m_qSupported_response; // the complete response to qSupported member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp98 m_max_packet_size(0), m_qSupported_response(),
318 m_qSupported_response.clear();
358 m_qSupported_response = response_cstr;

Completed in 167 milliseconds