Searched refs:m_supports_watchpoint_support_info (Results 1 – 2 of 2) sorted by relevance
73 m_supports_watchpoint_support_info(eLazyBoolCalculate), in GDBRemoteCommunicationClient()1712 if (m_supports_watchpoint_support_info == eLazyBoolYes) { in GetWatchpointSupportInfo()1719 if (m_supports_watchpoint_support_info != eLazyBoolNo) { in GetWatchpointSupportInfo()1723 m_supports_watchpoint_support_info = eLazyBoolYes; in GetWatchpointSupportInfo()1735 m_supports_watchpoint_support_info = eLazyBoolNo; in GetWatchpointSupportInfo()1738 m_supports_watchpoint_support_info = eLazyBoolNo; in GetWatchpointSupportInfo()1742 if (m_supports_watchpoint_support_info == eLazyBoolNo) { in GetWatchpointSupportInfo()
541 LazyBool m_supports_watchpoint_support_info; variable