Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h585 uint32_t m_num_supported_hardware_watchpoints = 0; variable
H A DGDBRemoteCommunicationClient.cpp1815 return m_num_supported_hardware_watchpoints; in GetWatchpointSlotCount()
1828 value.getAsInteger(0, m_num_supported_hardware_watchpoints); in GetWatchpointSlotCount()
1829 num = m_num_supported_hardware_watchpoints; in GetWatchpointSlotCount()