Searched refs:num_hw_points (Results 1 – 4 of 4) sorted by relevance
853 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in DisableHardwareBreakpoint() local856 if (hw_index < num_hw_points) in DisableHardwareBreakpoint()996 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in EnableHardwareWatchpoint0() local997 if (hw_index >= num_hw_points) in EnableHardwareWatchpoint0()1031 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint0() local1032 if (hw_index >= num_hw_points) in DisableHardwareWatchpoint0()
1080 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints(); in ClearHardwareBreakpoint() local1083 if (hw_index < num_hw_points) in ClearHardwareBreakpoint()1204 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in ClearHardwareWatchpoint() local1207 if (hw_index < num_hw_points) in ClearHardwareWatchpoint()
943 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint() local947 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index)) in DisableHardwareWatchpoint()
896 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints(); in DisableHardwareWatchpoint() local900 if (hw_index < num_hw_points && !IsWatchpointVacant(debug_state, hw_index)) in DisableHardwareWatchpoint()