Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp100 m_supported_async_json_packets_sp(), m_qXfer_memory_map(), in GDBRemoteCommunicationClient()
320 m_supported_async_json_packets_sp.reset(); in ResetDiscoverableSettings()
3938 m_supported_async_json_packets_sp = in GetSupportedStructuredDataPlugins()
3940 if (m_supported_async_json_packets_sp && in GetSupportedStructuredDataPlugins()
3941 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
3949 m_supported_async_json_packets_sp.reset(); in GetSupportedStructuredDataPlugins()
3958 if (log && m_supported_async_json_packets_sp) { in GetSupportedStructuredDataPlugins()
3960 m_supported_async_json_packets_sp->Dump(stream); in GetSupportedStructuredDataPlugins()
3968 return m_supported_async_json_packets_sp in GetSupportedStructuredDataPlugins()
3969 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
HDGDBRemoteCommunicationClient.h567 lldb_private::StructuredData::ObjectSP m_supported_async_json_packets_sp; variable