Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp78 m_supported_async_json_packets_sp(), m_qXfer_memory_map() {} in GDBRemoteCommunicationClient()
340 m_supported_async_json_packets_sp.reset(); in ResetDiscoverableSettings()
4236 m_supported_async_json_packets_sp = in GetSupportedStructuredDataPlugins()
4238 if (m_supported_async_json_packets_sp && in GetSupportedStructuredDataPlugins()
4239 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4247 m_supported_async_json_packets_sp.reset(); in GetSupportedStructuredDataPlugins()
4256 if (log && m_supported_async_json_packets_sp) { in GetSupportedStructuredDataPlugins()
4258 m_supported_async_json_packets_sp->Dump(stream); in GetSupportedStructuredDataPlugins()
4266 return m_supported_async_json_packets_sp in GetSupportedStructuredDataPlugins()
4267 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationClient.h627 lldb_private::StructuredData::ObjectSP m_supported_async_json_packets_sp; variable