2005-10-03 Joel Brobecker <brobecker@adacore.com>
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 4b776189f6c4751c81b8758ace2eada680f9c8e9..1c2288e33d7dc8edd5b023012880295eee32165e 100644 (file)
@@ -50,6 +50,14 @@ extern int output_format;
 
 extern int stop_print_at_null; /* Stop printing at null char? */
 
+extern int print_array_indexes_p (void);
+extern int get_array_low_bound (struct type *type, long *low_bound);
+
+extern void maybe_print_array_index (struct type *index_type, LONGEST index,
+                                     struct ui_file *stream, int format,
+                                     enum val_prettyprint pretty);
+
 extern void val_print_array_elements (struct type *, const gdb_byte *,
                                      CORE_ADDR, struct ui_file *, int,
                                      int, int, enum val_prettyprint,
This page took 0.023346 seconds and 4 git commands to generate.