Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h586 WatchpointHardwareFeature m_watchpoint_types = variable
H A DGDBRemoteCommunicationClient.cpp410 m_watchpoint_types = eWatchpointHardwareFeatureUnknown; in GetRemoteQSupported()
413 m_watchpoint_types |= eWatchpointHardwareX86; in GetRemoteQSupported()
415 m_watchpoint_types |= eWatchpointHardwareArmMASK; in GetRemoteQSupported()
417 m_watchpoint_types |= eWatchpointHardwareArmBAS; in GetRemoteQSupported()
1845 return m_watchpoint_types; in GetSupportedWatchpointTypes()