Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h586 uint32_t m_num_supported_hardware_watchpoints = 0; variable
DGDBRemoteCommunicationClient.cpp1787 num = m_num_supported_hardware_watchpoints; in GetWatchpointSupportInfo()
1803 value.getAsInteger(0, m_num_supported_hardware_watchpoints); in GetWatchpointSupportInfo()
1804 num = m_num_supported_hardware_watchpoints; in GetWatchpointSupportInfo()