Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp73 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()
DGDBRemoteCommunicationClient.h541 LazyBool m_supports_watchpoint_support_info; variable