Use ui_file_as_string in gdb/compile/
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 78749c81fdaab280208083c551e9b84e8f416029..23ffd714649fc4a82f68b1c0f2844cac350b7362 100644 (file)
@@ -158,4 +158,8 @@ extern struct cmd_list_element *maint_cplus_cmd_list;
 
 char *gdb_demangle (const char *name, int options);
 
+/* Like gdb_demangle, but suitable for use as la_sniff_from_mangled_name.  */
+
+int gdb_sniff_from_mangled_name (const char *mangled, char **demangled);
+
 #endif /* CP_SUPPORT_H */
This page took 0.023461 seconds and 4 git commands to generate.