Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h538 LazyBool m_supports_watchpoint_support_info = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp1814 if (m_supports_watchpoint_support_info == eLazyBoolYes) { in GetWatchpointSlotCount()
1819 if (m_supports_watchpoint_support_info != eLazyBoolNo) { in GetWatchpointSlotCount()
1823 m_supports_watchpoint_support_info = eLazyBoolYes; in GetWatchpointSlotCount()
1833 m_supports_watchpoint_support_info = eLazyBoolNo; in GetWatchpointSlotCount()
1836 m_supports_watchpoint_support_info = eLazyBoolNo; in GetWatchpointSlotCount()