Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalprint.h45 extern unsigned int repeat_count_threshold;
H A Dvalprint.c81 unsigned int repeat_count_threshold = 10; variable
806 if (reps > repeat_count_threshold) in val_print_array_elements()
815 things_printed += repeat_count_threshold; in val_print_array_elements()
1219 (char *) &repeat_count_threshold, in _initialize_valprint()
H A Dp-lang.c202 if (reps > repeat_count_threshold) in pascal_printstr()
215 things_printed += repeat_count_threshold; in pascal_printstr()
H A Dm2-lang.c150 if (reps > repeat_count_threshold) in m2_printstr()
163 things_printed += repeat_count_threshold; in m2_printstr()
H A Dc-lang.c140 if (reps > repeat_count_threshold) in c_printstr()
153 things_printed += repeat_count_threshold; in c_printstr()
H A Dada-valprint.c204 if (i - i0 > repeat_count_threshold) in val_print_packed_array_elements()
481 if (reps > repeat_count_threshold) in printstr()
497 things_printed += repeat_count_threshold; in printstr()
H A Df-lang.c202 if (reps > repeat_count_threshold) in f_printstr()
215 things_printed += repeat_count_threshold; in f_printstr()
H A Dobjc-lang.c381 if (reps > repeat_count_threshold) in objc_printstr()
394 things_printed += repeat_count_threshold; in objc_printstr()
H A DChangeLog-1992785 * valprint.c (repeat_count_threshold): New variable with function
794 call for setting up repeat_count_threshold as print variable.
H A DChangeLog-20039550 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
9551 for repeat_count_threshold.
H A DChangeLog3971 (repeat_count_threshold): Remove declaration.