Call forget_cached_source_info to clear the stale source cache
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 70a95eadbf8e176b59313ee34e344e790c40d4dd..de291fa8f135c8a062cbd01f6114f9c57ae8fe30 100644 (file)
@@ -29,7 +29,7 @@ struct parser_state;
 #include "value.h"
 #include "macroexp.h"
 #include "parser-defs.h"
-#include "common/enum-flags.h"
+#include "gdbsupport/enum-flags.h"
 
 
 /* The various kinds of C string and character.  Note that these
@@ -144,6 +144,12 @@ extern void cp_print_value_fields_rtti (struct type *,
                                        const struct value_print_options *,
                                        struct type **, int);
 
+/* gcc-2.6 or later (when using -fvtable-thunks)
+   emits a unique named type for a vtable entry.
+   Some gdb code depends on that specific name.  */
+
+extern const char vtbl_ptr_name[];
+
 extern int cp_is_vtbl_ptr_type (struct type *);
 
 extern int cp_is_vtbl_member (struct type *);
This page took 0.024989 seconds and 4 git commands to generate.