Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h577 uint32_t m_num_supported_hardware_watchpoints; variable
DGDBRemoteCommunicationClient.cpp102 m_num_supported_hardware_watchpoints(0), m_host_arch(), m_process_arch(), in GDBRemoteCommunicationClient()
1713 num = m_num_supported_hardware_watchpoints; in GetWatchpointSupportInfo()
1729 value.getAsInteger(0, m_num_supported_hardware_watchpoints); in GetWatchpointSupportInfo()
1730 num = m_num_supported_hardware_watchpoints; in GetWatchpointSupportInfo()