Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h566 bool m_supported_async_json_packets_is_valid; variable
HDGDBRemoteCommunicationClient.cpp99 m_supported_async_json_packets_is_valid(false), in GDBRemoteCommunicationClient()
319 m_supported_async_json_packets_is_valid = false; in ResetDiscoverableSettings()
3927 if (!m_supported_async_json_packets_is_valid) { in GetSupportedStructuredDataPlugins()
3929 m_supported_async_json_packets_is_valid = true; in GetSupportedStructuredDataPlugins()