Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h586 bool m_supported_async_json_packets_is_valid; variable
H A DGDBRemoteCommunicationClient.cpp103 m_supported_async_json_packets_is_valid(false), in GDBRemoteCommunicationClient()
325 m_supported_async_json_packets_is_valid = false; in ResetDiscoverableSettings()
3892 if (!m_supported_async_json_packets_is_valid) { in GetSupportedStructuredDataPlugins()
3894 m_supported_async_json_packets_is_valid = true; in GetSupportedStructuredDataPlugins()