Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp73 m_qSupported_response(), m_supported_async_json_packets_sp(), in GDBRemoteCommunicationClient()
314 m_supported_async_json_packets_sp.reset(); in ResetDiscoverableSettings()
4148 m_supported_async_json_packets_sp = in GetSupportedStructuredDataPlugins()
4150 if (m_supported_async_json_packets_sp && in GetSupportedStructuredDataPlugins()
4151 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4159 m_supported_async_json_packets_sp.reset(); in GetSupportedStructuredDataPlugins()
4168 if (log && m_supported_async_json_packets_sp) { in GetSupportedStructuredDataPlugins()
4170 m_supported_async_json_packets_sp->Dump(stream); in GetSupportedStructuredDataPlugins()
4178 return m_supported_async_json_packets_sp in GetSupportedStructuredDataPlugins()
4179 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationClient.h612 lldb_private::StructuredData::ObjectSP m_supported_async_json_packets_sp; variable