* bcache.c, bcache.h: New files to implement a byte cache.
[deliverable/binutils-gdb.git] / gdb / maint.c
index 3b94eb90a3252f401c1f1c4cd2f150f923d7a201..5a0eca11f5ad24c786066126a5708b6aef8c8009 100644 (file)
@@ -249,7 +249,10 @@ maintenance_print_statistics (args, from_tty)
      char *args;
      int from_tty;
 {
+  int temp;
+
   print_objfile_statistics ();
+  print_symbol_bcache_statistics ();
 }
 
 /* The "maintenance print" command is defined as a prefix, with allow_unknown
This page took 0.033341 seconds and 4 git commands to generate.