Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h550 LazyBool m_supports_qXfer_features_read = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp167 if (m_supports_qXfer_features_read == eLazyBoolCalculate) { in GetQXferFeaturesReadSupported()
170 return m_supports_qXfer_features_read == eLazyBoolYes; in GetQXferFeaturesReadSupported()
291 m_supports_qXfer_features_read = eLazyBoolCalculate; in ResetDiscoverableSettings()
340 m_supports_qXfer_features_read = eLazyBoolNo; in GetRemoteQSupported()
382 m_supports_qXfer_features_read = eLazyBoolYes; in GetRemoteQSupported()