Searched refs:num_hw_points (Results 1 – 2 of 2) sorted by relevance
1605 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in ClearHardwareBreakpoint() local1607 if (hw_index < num_hw_points) { in ClearHardwareBreakpoint()1725 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local1727 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()
1022 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local1024 if (hw_index < num_hw_points) { in ClearHardwareWatchpoint()