Searched refs:MAX_BREAKPOINTS (Results 1 – 2 of 2) sorted by relevance
81 #define MAX_BREAKPOINTS 32 macro173 target_ulong breakpoints[MAX_BREAKPOINTS]; \
1354 if (env->nb_breakpoints >= MAX_BREAKPOINTS) in cpu_breakpoint_insert()