gdb/testsuite/
[binutils-gdb.git] / gdb / c-lang.h
index d567e81d76cfffb212538c2744c0d1c8d7c5347e..c2cdd5661b1983712490d2f7cd81c382f119be0d 100644 (file)
@@ -87,6 +87,11 @@ extern void c_printstr (struct ui_file * stream, struct type *elttype,
 extern void c_language_arch_info (struct gdbarch *gdbarch,
                                  struct language_arch_info *lai);
 
+extern const struct exp_descriptor exp_descriptor_c;
+
+extern void c_emit_char (int c, struct type *type,
+                        struct ui_file *stream, int quoter);
+
 /* These are in c-typeprint.c: */
 
 extern void c_type_print_base (struct type *, struct ui_file *, int, int);
@@ -102,6 +107,12 @@ extern void cp_print_value_fields (struct type *, struct type *,
                                   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_print_options *,
+                                       struct type **, int);
+
 extern int cp_is_vtbl_ptr_type (struct type *);
 
 extern int cp_is_vtbl_member (struct type *);