2008-08-23 Jim Blandy <jimb@redhat.com>
authorTom Tromey <tromey@redhat.com>
Sat, 23 Aug 2008 20:31:37 +0000 (20:31 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 23 Aug 2008 20:31:37 +0000 (20:31 +0000)
PR macros/607:
* symmisc.c (print_symbol_bcache_statistics): Include statistics
for the macro bcache.

gdb/ChangeLog
gdb/symmisc.c

index 9b90cc00aec00686912c318c0a05730968f7c123..7b1f0b807a5b34ee5db16ba1fa90ba67772fc9b2 100644 (file)
@@ -1,3 +1,9 @@
+2008-08-23  Jim Blandy  <jimb@redhat.com>
+
+       PR macros/607:
+       * symmisc.c (print_symbol_bcache_statistics): Include statistics
+       for the macro bcache.
+
 2008-08-23  Tom Tromey  <tromey@redhat.com>
 
        * macrotab.h (struct macro_definition) <kind>: Shrink to one bit.
index 568cc6835272da61f567cdae1f11113aa55ed824..cbd43bed09dbcdbb8346fb433162f26afe42ef5c 100644 (file)
@@ -135,6 +135,7 @@ print_symbol_bcache_statistics (void)
   {
     printf_filtered (_("Byte cache statistics for '%s':\n"), objfile->name);
     print_bcache_statistics (objfile->psymbol_cache, "partial symbol cache");
+    print_bcache_statistics (objfile->macro_cache, "preprocessor macro cache");
   }
   immediate_quit--;
 }