Introduce ada_value_print_inner
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index e388c7528b3061eb7e2b2a0bfe3da96b85872ff0..f7c09519be639a5a72f3e74e9f3b79bcec1c676c 100644 (file)
@@ -169,6 +169,11 @@ extern void ada_val_print (struct type *, int, CORE_ADDR,
                           struct value *,
                           const struct value_print_options *);
 
+/* Implement la_value_print_inner for Ada.  */
+
+extern void ada_value_print_inner (struct value *, struct ui_file *, int,
+                                  const struct value_print_options *);
+
 extern void ada_value_print (struct value *, struct ui_file *,
                             const struct value_print_options *);
 
This page took 0.024594 seconds and 4 git commands to generate.