summaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-08-23 20:31:34 +0000
committerTom Tromey <tromey@redhat.com>2008-08-23 20:31:34 +0000
commite12dce80cefafc790f8fb46f6295513cb0d10739 (patch)
tree942345c3ec7957c65668197d0970146ee2076cb2 /gdb/symmisc.c
parent42dad2acd2a05201e3733af6511dbbfeb3d765d4 (diff)
downloadgdb-e12dce80cefafc790f8fb46f6295513cb0d10739.tar.gz
2008-08-23 Jim Blandy <jimb@redhat.com>
PR macros/607: * symmisc.c (print_symbol_bcache_statistics): Include statistics for the macro bcache.
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index 568cc683527..cbd43bed09d 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -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--;
}