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.cpp77 m_supported_async_json_packets_sp(), m_qXfer_memory_map() {} in GDBRemoteCommunicationClient()
324 m_supported_async_json_packets_sp.reset(); in ResetDiscoverableSettings()
4217 m_supported_async_json_packets_sp = in GetSupportedStructuredDataPlugins()
4219 if (m_supported_async_json_packets_sp && in GetSupportedStructuredDataPlugins()
4220 !m_supported_async_json_packets_sp->GetAsArray()) { in GetSupportedStructuredDataPlugins()
4228 m_supported_async_json_packets_sp.reset(); in GetSupportedStructuredDataPlugins()
4237 if (log && m_supported_async_json_packets_sp) { in GetSupportedStructuredDataPlugins()
4239 m_supported_async_json_packets_sp->Dump(stream); in GetSupportedStructuredDataPlugins()
4247 return m_supported_async_json_packets_sp in GetSupportedStructuredDataPlugins()
4248 ? m_supported_async_json_packets_sp->GetAsArray() in GetSupportedStructuredDataPlugins()
H A DGDBRemoteCommunicationClient.h614 lldb_private::StructuredData::ObjectSP m_supported_async_json_packets_sp; variable