diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 070d796..6e339d1 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -118,6 +118,7 @@ extern void maybe_print_array_index (struct type *index_type, LONGEST index, extern void val_print_array_elements (struct type *, const gdb_byte *, CORE_ADDR, struct ui_file *, int, + const struct value *, const struct value_print_options *, unsigned int); |