Home
last modified time | relevance | path

Searched refs:repeat_count_threshold (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Dvalprint.h45 extern unsigned int repeat_count_threshold;
Dp-lang.c202 if (reps > repeat_count_threshold) in pascal_printstr()
215 things_printed += repeat_count_threshold; in pascal_printstr()
Dm2-lang.c150 if (reps > repeat_count_threshold) in m2_printstr()
163 things_printed += repeat_count_threshold; in m2_printstr()
Dvalprint.c81 unsigned int repeat_count_threshold = 10; variable
1006 if (reps > repeat_count_threshold) in val_print_array_elements()
1015 things_printed += repeat_count_threshold; in val_print_array_elements()
1419 (char *) &repeat_count_threshold, in _initialize_valprint()
Dc-lang.c140 if (reps > repeat_count_threshold) in c_printstr()
153 things_printed += repeat_count_threshold; in c_printstr()
Dada-valprint.c204 if (i - i0 > repeat_count_threshold) in val_print_packed_array_elements()
416 if (reps > repeat_count_threshold) in printstr()
432 things_printed += repeat_count_threshold; in printstr()
Df-lang.c202 if (reps > repeat_count_threshold) in f_printstr()
215 things_printed += repeat_count_threshold; in f_printstr()
Dobjc-lang.c381 if (reps > repeat_count_threshold) in objc_printstr()
394 things_printed += repeat_count_threshold; in objc_printstr()