tsave: Make tilde-expanded filename visible.
[deliverable/binutils-gdb.git] / gdb / jv-typeprint.c
index 69ebf5ae90d3443deb0ac6b53173985d87f4121c..23b3f4e75e4a6fef1a86243933469f0d6732700b 100644 (file)
@@ -28,6 +28,7 @@
 #include "typeprint.h"
 #include "c-lang.h"
 #include "cp-abi.h"
+#include "cp-support.h"
 #include "gdb_assert.h"
 
 /* Local functions */
@@ -286,8 +287,8 @@ java_type_print_base (struct type *type, struct ui_file *stream, int show,
                    mangled_name = physname;
 
                  demangled_name =
-                   cplus_demangle (mangled_name,
-                                   DMGL_ANSI | DMGL_PARAMS | DMGL_JAVA);
+                   gdb_demangle (mangled_name,
+                                 DMGL_ANSI | DMGL_PARAMS | DMGL_JAVA);
 
                  if (demangled_name == NULL)
                    demangled_name = xstrdup (mangled_name);
This page took 0.026581 seconds and 4 git commands to generate.