diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index fff4666..0043f5b 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -29,7 +29,8 @@ extern void pascal_error (char *); /* Defined in p-exp.y */ /* Defined in p-typeprint.c */ extern void pascal_print_type (struct type *, char *, struct ui_file *, int, int); -extern int pascal_val_print (struct type *, char *, int, CORE_ADDR, struct ui_file *, int, int, +extern int pascal_val_print (struct type *, const bfd_byte *, int, + CORE_ADDR, struct ui_file *, int, int, int, enum val_prettyprint); extern int pascal_value_print (struct value *, struct ui_file *, int, enum val_prettyprint); @@ -71,8 +72,9 @@ extern void pascal_object_print_class_member (const bfd_byte *, struct type *, extern void pascal_object_print_class_method (const bfd_byte *, struct type *, struct ui_file *); -extern void pascal_object_print_value_fields (struct type *, char *, CORE_ADDR, - struct ui_file *, int, int, enum val_prettyprint, +extern void pascal_object_print_value_fields (struct type *, const bfd_byte *, + CORE_ADDR, struct ui_file *, + int, int, enum val_prettyprint, struct type **, int); extern int pascal_object_is_vtbl_ptr_type (struct type *); |