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.h599 WatchpointHardwareFeature m_watchpoint_types = variable
H A DGDBRemoteCommunicationClient.cpp438 m_watchpoint_types = eWatchpointHardwareFeatureUnknown; in GetRemoteQSupported()
441 m_watchpoint_types |= eWatchpointHardwareX86; in GetRemoteQSupported()
443 m_watchpoint_types |= eWatchpointHardwareArmMASK; in GetRemoteQSupported()
445 m_watchpoint_types |= eWatchpointHardwareArmBAS; in GetRemoteQSupported()
1865 return m_watchpoint_types; in GetSupportedWatchpointTypes()