Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h586 WatchpointHardwareFeature m_watchpoint_types = variable
H A DGDBRemoteCommunicationClient.cpp415 m_watchpoint_types = eWatchpointHardwareFeatureUnknown; in GetRemoteQSupported()
418 m_watchpoint_types |= eWatchpointHardwareX86; in GetRemoteQSupported()
420 m_watchpoint_types |= eWatchpointHardwareArmMASK; in GetRemoteQSupported()
422 m_watchpoint_types |= eWatchpointHardwareArmBAS; in GetRemoteQSupported()
1847 return m_watchpoint_types;