Support structure offsets that are 512K or larger.
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 451b5fe0ac8c4dacb2659b28f1f9060e04432300..23a4c12c40d0bc6354e9a2f6d832ba8c93b14d80 100644 (file)
@@ -115,7 +115,7 @@ extern void maybe_print_array_index (struct type *index_type, LONGEST index,
                                      struct ui_file *stream,
                                     const struct value_print_options *);
 
-extern void val_print_array_elements (struct type *, const gdb_byte *, int,
+extern void val_print_array_elements (struct type *, const gdb_byte *, LONGEST,
                                      CORE_ADDR, struct ui_file *, int,
                                      const struct value *,
                                      const struct value_print_options *,
@@ -125,7 +125,7 @@ extern void val_print_type_code_int (struct type *, const gdb_byte *,
                                     struct ui_file *);
 
 extern void val_print_scalar_formatted (struct type *,
-                                       const gdb_byte *, int,
+                                       const gdb_byte *, LONGEST,
                                        const struct value *,
                                        const struct value_print_options *,
                                        int,
This page took 0.023786 seconds and 4 git commands to generate.