Searched refs:next_debug_info (Results 1 – 1 of 1) sorted by relevance
915 struct debug_info *current_debug_info, *next_debug_info; in hw_breakpoint_thread_switch() local918 next_debug_info = &next->thread.debug; in hw_breakpoint_thread_switch()921 if (current_debug_info->bps_disabled != next_debug_info->bps_disabled) in hw_breakpoint_thread_switch()924 !next_debug_info->bps_disabled); in hw_breakpoint_thread_switch()927 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()930 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()
Completed in 6 milliseconds