Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp76 m_supported_async_json_packets_sp(), m_qXfer_memory_map() {} in GDBRemoteCommunicationClient()
323 m_supported_async_json_packets_sp.reset(); in ResetDiscoverableSettings()
4144 m_supported_async_json_packets_sp = in GetSupportedStructuredDataPlugins()
4146 if (m_supported_async_json_packets_sp && in GetSupportedStructuredDataPlugins()
4147 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4155 m_supported_async_json_packets_sp.reset(); in GetSupportedStructuredDataPlugins()
4164 if (log && m_supported_async_json_packets_sp) { in GetSupportedStructuredDataPlugins()
4166 m_supported_async_json_packets_sp->Dump(stream); in GetSupportedStructuredDataPlugins()
4174 return m_supported_async_json_packets_sp in GetSupportedStructuredDataPlugins()
4175 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationClient.h610 lldb_private::StructuredData::ObjectSP m_supported_async_json_packets_sp; variable