Fix and update D demangling support in gdb to the current mangling ABI.
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 455c808345d9839f9f509c858a4453ef168182ec..a1b4456d35b972da3cf25557fd8e3245b56def33 100644 (file)
@@ -62,6 +62,8 @@ extern char *d_demangle (const char *mangled, int options);
 
 extern const struct builtin_d_type *builtin_d_type (struct gdbarch *);
 
+extern const char *d_parse_symbol (struct obstack *, const char *);
+
 /* Defined in d-valprint.c  */
 
 extern void d_val_print (struct type *type, const gdb_byte *valaddr,
This page took 0.024036 seconds and 4 git commands to generate.