* cli/cli-cmds.c (disassemble_command): Add support of disassemble
[deliverable/binutils-gdb.git] / gdb / p-lang.h
index 10c45dbeef7770dc38faea71bc3afb5ae0cd06b5..7e076d5c9087cebb79280a935db47961cb2ab498 100644 (file)
@@ -30,13 +30,15 @@ extern int pascal_parse (void);     /* Defined in p-exp.y */
 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 void pascal_print_type (struct type *, const char *, struct ui_file *,
+                              int, int);
 
 extern void pascal_print_typedef (struct type *, struct symbol *,
                                  struct ui_file *);
 
 extern int pascal_val_print (struct type *, const gdb_byte *, int,
                             CORE_ADDR, struct ui_file *, int,
+                            const struct value *,
                             const struct value_print_options *);
 
 extern int pascal_value_print (struct value *, struct ui_file *,
@@ -54,7 +56,7 @@ extern int
 extern void pascal_printchar (int, struct type *, struct ui_file *);
 
 extern void pascal_printstr (struct ui_file *, struct type *, const gdb_byte *,
-                            unsigned int, int,
+                            unsigned int, const char *, int,
                             const struct value_print_options *);
 
 extern struct type **const (pascal_builtin_types[]);
@@ -70,6 +72,7 @@ extern void
 extern void pascal_object_print_value_fields (struct type *, const gdb_byte *,
                                              CORE_ADDR, struct ui_file *,
                                              int,
+                                             const struct value *,
                                              const struct value_print_options *,
                                              struct type **, int);
 
This page took 0.025041 seconds and 4 git commands to generate.