diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index a6a3cfa7dc7..5bea657b203 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -31,6 +31,11 @@ extern int objectprint; /* Controls looking up an object's derived type extern unsigned int print_max; /* Max # of chars for strings/vectors */ +/* Print repeat counts if there are more than this many repetitions of an + element in an array. Referenced by the low level language dependent + print routines. */ +extern unsigned int repeat_count_threshold; + extern int output_format; extern int stop_print_at_null; /* Stop printing at null char? */ |