*** empty log message ***
[binutils-gdb.git] / gdb / c-lang.h
index c2c525279d22877096ff486428f4dbaaa89fdc46..c2cdd5661b1983712490d2f7cd81c382f119be0d 100644 (file)
@@ -81,12 +81,17 @@ extern void c_printchar (int, struct type *, struct ui_file *);
 
 extern void c_printstr (struct ui_file * stream, struct type *elttype,
                        const gdb_byte *string, unsigned int length,
-                       int force_ellipses,
+                       const char *user_encoding, int force_ellipses,
                        const struct value_print_options *options);
 
 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 *);