* gas/config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index c2cdd5661b1983712490d2f7cd81c382f119be0d..a04fbb29438901d24642aa4f2c2e36d85c1f4f7a 100644 (file)
@@ -63,13 +63,14 @@ extern void c_error (char *);
 extern int c_parse_escape (char **, struct obstack *);
 
 /* Defined in c-typeprint.c */
-extern void c_print_type (struct type *, char *, struct ui_file *, int,
+extern void c_print_type (struct type *, const char *, struct ui_file *, int,
                          int);
 
 extern void c_print_typedef (struct type *, struct symbol *, struct ui_file *);
 
 extern int c_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
                        struct ui_file *, int,
+                       const struct value *,
                        const struct value_print_options *);
 
 extern int c_value_print (struct value *, struct ui_file *,
@@ -104,12 +105,14 @@ extern void cp_print_class_member (const gdb_byte *, struct type *,
 extern void cp_print_value_fields (struct type *, struct type *,
                                   const gdb_byte *, int, CORE_ADDR,
                                   struct ui_file *, int,
+                                  const struct value *,
                                   const struct value_print_options *,
                                   struct type **, int);
 
 extern void cp_print_value_fields_rtti (struct type *,
                                        const gdb_byte *, int, CORE_ADDR,
                                        struct ui_file *, int,
+                                       const struct value *,
                                        const struct value_print_options *,
                                        struct type **, int);
 
This page took 0.028369 seconds and 4 git commands to generate.