Don't update target_dcache if it is not initialized
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index c7141d51cd3601c508c21eb97d34b2c982bf9dad..0f2cebbc7752586355d5209354e1897e3315357a 100644 (file)
@@ -241,4 +241,8 @@ extern struct demangle_parse_info *cp_new_demangle_parse_info (void);
 
 extern struct cmd_list_element *maint_cplus_cmd_list;
 
+/* A wrapper for bfd_demangle.  */
+
+char *gdb_demangle (const char *name, int options);
+
 #endif /* CP_SUPPORT_H */
This page took 0.023904 seconds and 4 git commands to generate.