]> 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 c31d7b6e63692bd096005c2fa33c2463d1e960a9..c7a2178596a155ffb3ad2bdb45a43bdf08274938 100644 (file)
@@ -1389,8 +1389,8 @@ find_methods (t, name, sym_arr)
                else
                  {
                    fputs_filtered("(Cannot find method ", stdout);
-                   fputs_demangled(phys_name, stdout, DMGL_PARAMS,
-                                   language_cplus);
+                   fprintf_symbol_filtered (stdout, phys_name,
+                                            language_cplus, DMGL_PARAMS);
                    fputs_filtered(" - possibly inlined.)\n", stdout);
                  }
              }
This page took 0.027463 seconds and 4 git commands to generate.