Eliminate exceptions.c:print_any_exception.
[deliverable/binutils-gdb.git] / gdb / gnu-v2-abi.c
index 4a488be20876bfd00fe6dc09fac3ec7ca11de8a2..3ca01c367cf461113822a44b284b14d75cebdd88 100644 (file)
@@ -251,7 +251,7 @@ gnuv2_value_rtti_type (struct value *v, int *full, int *top, int *using_enc)
     return NULL;
 
   /* If we just skip the prefix, we get screwed by namespaces.  */
-  demangled_name=cplus_demangle(linkage_name,DMGL_PARAMS|DMGL_ANSI);
+  demangled_name=gdb_demangle(linkage_name,DMGL_PARAMS|DMGL_ANSI);
   p = strchr (demangled_name, ' ');
   if (p)
     *p = '\0';
This page took 0.024877 seconds and 4 git commands to generate.