[gdb/testsuite] Accept new complex print style in mixed-lang-stack.exp
[deliverable/binutils-gdb.git] / gdb / p-lang.h
index 7c2b442d0e4d2820ffd81a04ca6b1b0fd95db18c..9ce61318761ecc4a03fcb088629c4d0c2bed717f 100644 (file)
@@ -37,10 +37,10 @@ extern void pascal_print_type (struct type *, const char *, struct ui_file *,
 extern void pascal_print_typedef (struct type *, struct symbol *,
                                  struct ui_file *);
 
-extern void pascal_val_print (struct type *, int,
-                             CORE_ADDR, struct ui_file *, int,
-                             struct value *,
-                             const struct value_print_options *);
+/* Implement la_value_print_inner for Pascal.  */
+
+extern void pascal_value_print_inner (struct value *, struct ui_file *, int,
+                                     const struct value_print_options *);
 
 extern void pascal_value_print (struct value *, struct ui_file *,
                                const struct value_print_options *);
@@ -72,14 +72,6 @@ extern void
   pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int,
                                    const struct type_print_options *);
 
-extern void pascal_object_print_value_fields (struct type *, const gdb_byte *,
-                                             LONGEST,
-                                             CORE_ADDR, struct ui_file *,
-                                             int,
-                                             struct value *,
-                                             const struct value_print_options *,
-                                             struct type **, int);
-
 extern int pascal_object_is_vtbl_ptr_type (struct type *);
 
 extern int pascal_object_is_vtbl_member (struct type *);
This page took 0.024512 seconds and 4 git commands to generate.