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

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h375 lldb_private::LazyBool m_supports_watchpoint_support_info; member in class:GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp54 m_supports_watchpoint_support_info (eLazyBoolCalculate),
1547 if (m_supports_watchpoint_support_info == eLazyBoolYes)
1555 if (m_supports_watchpoint_support_info != eLazyBoolNo)
1563 m_supports_watchpoint_support_info = eLazyBoolYes;
1577 m_supports_watchpoint_support_info = eLazyBoolNo;
1581 if (m_supports_watchpoint_support_info == eLazyBoolNo)

Completed in 82 milliseconds