Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1786 if (m_supports_watchpoint_support_info == eLazyBoolYes) { in GetWatchpointSupportInfo()
1793 if (m_supports_watchpoint_support_info != eLazyBoolNo) { in GetWatchpointSupportInfo()
1797 m_supports_watchpoint_support_info = eLazyBoolYes; in GetWatchpointSupportInfo()
1809 m_supports_watchpoint_support_info = eLazyBoolNo; in GetWatchpointSupportInfo()
1812 m_supports_watchpoint_support_info = eLazyBoolNo; in GetWatchpointSupportInfo()
1816 if (m_supports_watchpoint_support_info == eLazyBoolNo) { in GetWatchpointSupportInfo()
H A DGDBRemoteCommunicationClient.h539 LazyBool m_supports_watchpoint_support_info = eLazyBoolCalculate; variable