Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp107 m_supported_async_json_packets_sp(), m_qXfer_memory_map(), in GDBRemoteCommunicationClient()
327 m_supported_async_json_packets_sp.reset(); in ResetDiscoverableSettings()
4055 m_supported_async_json_packets_sp = in GetSupportedStructuredDataPlugins()
4057 if (m_supported_async_json_packets_sp && in GetSupportedStructuredDataPlugins()
4058 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4066 m_supported_async_json_packets_sp.reset(); in GetSupportedStructuredDataPlugins()
4075 if (log && m_supported_async_json_packets_sp) { in GetSupportedStructuredDataPlugins()
4077 m_supported_async_json_packets_sp->Dump(stream); in GetSupportedStructuredDataPlugins()
4085 return m_supported_async_json_packets_sp in GetSupportedStructuredDataPlugins()
4086 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
DGDBRemoteCommunicationClient.h595 lldb_private::StructuredData::ObjectSP m_supported_async_json_packets_sp; variable