]> Git Repo - binutils.git/blobdiff - gdb/symtab.c
* core.c (dis_asm_read_memory): drop fourth arg which conflicts with
[binutils.git] / gdb / symtab.c
index 328679c9bed155f75787bbe9dea725b658ee0512..c7a2178596a155ffb3ad2bdb45a43bdf08274938 100644 (file)
@@ -1389,7 +1389,8 @@ find_methods (t, name, sym_arr)
                else
                  {
                    fputs_filtered("(Cannot find method ", stdout);
-                   fputs_demangled(phys_name, stdout, DMGL_PARAMS);
+                   fprintf_symbol_filtered (stdout, phys_name,
+                                            language_cplus, DMGL_PARAMS);
                    fputs_filtered(" - possibly inlined.)\n", stdout);
                  }
              }
This page took 0.027973 seconds and 4 git commands to generate.