daily update
[deliverable/binutils-gdb.git] / gdb / valprint.h
index ed18490d59721e5fbf5a15a126024f1cc7bbd325..3b20516e0001b8acc3072f5b35731fa5b66c017c 100644 (file)
@@ -50,7 +50,8 @@ 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 int get_array_bounds (struct type *type, long *low_bound,
+                            long *high_bound);
 
 extern void maybe_print_array_index (struct type *index_type, LONGEST index,
                                      struct ui_file *stream, int format,
@@ -69,17 +70,17 @@ extern void val_print_type_code_flags (struct type *type,
                                       struct ui_file *stream);
 
 extern void print_binary_chars (struct ui_file *, const gdb_byte *,
-                               unsigned int);
+                               unsigned int, enum bfd_endian);
 
 extern void print_octal_chars (struct ui_file *, const gdb_byte *,
-                              unsigned int);
+                              unsigned int, enum bfd_endian);
 
 extern void print_decimal_chars (struct ui_file *, const gdb_byte *,
-                                unsigned int);
+                                unsigned int, enum bfd_endian);
 
 extern void print_hex_chars (struct ui_file *, const gdb_byte *,
-                            unsigned int);
+                            unsigned int, enum bfd_endian);
 
 extern void print_char_chars (struct ui_file *, const gdb_byte *,
-                             unsigned int);
+                             unsigned int, enum bfd_endian);
 #endif
This page took 0.0234 seconds and 4 git commands to generate.