Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h544 LazyBool m_supports_x = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp276 m_supports_x = eLazyBoolCalculate; in ResetDiscoverableSettings()
714 if (m_supports_x == eLazyBoolCalculate) { in GetxPacketSupported()
716 m_supports_x = eLazyBoolNo; in GetxPacketSupported()
722 m_supports_x = eLazyBoolYes; in GetxPacketSupported()
725 return m_supports_x; in GetxPacketSupported()