Sync config.sub,config.guess with upstream.
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 12d8d80c6e4e6aa167364db83cb4f9ec356ba85f..23ffd714649fc4a82f68b1c0f2844cac350b7362 100644 (file)
@@ -1,5 +1,5 @@
 /* Helper routines for C++ support in GDB.
-   Copyright (C) 2002-2015 Free Software Foundation, Inc.
+   Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
    Contributed by MontaVista Software.
    Namespace support contributed by David Carlton.
@@ -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.022893 seconds and 4 git commands to generate.