Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h538 LazyBool m_supports_watchpoint_support_info = eLazyBoolCalculate; variable
HDGDBRemoteCommunicationClient.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()