Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h547 LazyBool m_supports_x; variable
DGDBRemoteCommunicationClient.cpp78 m_supports_p(eLazyBoolCalculate), m_supports_x(eLazyBoolCalculate), in GDBRemoteCommunicationClient()
285 m_supports_x = eLazyBoolCalculate; in ResetDiscoverableSettings()
650 if (m_supports_x == eLazyBoolCalculate) { in GetxPacketSupported()
652 m_supports_x = eLazyBoolNo; in GetxPacketSupported()
658 m_supports_x = eLazyBoolYes; in GetxPacketSupported()
661 return m_supports_x; in GetxPacketSupported()