]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/symfile-debug.c
Move psymtab statistics printing to psymtab.c
[thirdparty/binutils-gdb.git] / gdb / symfile-debug.c
index 55865ab03b0ebce6bd791e6b0f0e070fd3e0ac4f..406eac0b7d33489dde4d13065f82042415e8f987 100644 (file)
@@ -174,14 +174,14 @@ objfile::lookup_symbol (block_enum kind, const char *name, domain_enum domain)
 }
 
 void
-objfile::print_stats ()
+objfile::print_stats (bool print_bcache)
 {
   if (debug_symfile)
-    fprintf_filtered (gdb_stdlog, "qf->print_stats (%s)\n",
-                     objfile_debug_name (this));
+    fprintf_filtered (gdb_stdlog, "qf->print_stats (%s, %d)\n",
+                     objfile_debug_name (this), print_bcache);
 
   if (qf != nullptr)
-    qf->print_stats (this);
+    qf->print_stats (this, print_bcache);
 }
 
 void