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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h549 uint32_t m_num_supported_hardware_watchpoints; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp95 m_num_supported_hardware_watchpoints(0), m_host_arch(), m_process_arch(),
1679 num = m_num_supported_hardware_watchpoints;
1700 value.getAsInteger(0, m_num_supported_hardware_watchpoints);
1701 num = m_num_supported_hardware_watchpoints;

Completed in 86 milliseconds