Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: gdb-patches@sourceware.org
Subject: RFA: Jim's patch for PR 607
Date: Sat, 23 Aug 2008 18:14:00 -0000	[thread overview]
Message-ID: <m3iqtreh23.fsf@fleche.redhat.com> (raw)

This patch comes from PR 607.

This changes print_symbol_bcache_statistics to print statistics for
the macro cache.

I didn't change this patch; I just ran it through the test suite.
Built & regtested on x86-64 (compile farm).
Ok?

I'll update the ChangeLog date at commit time.

Tom

2002-11-13  Jim Blandy  <jimb@redhat.com>

	* symmisc.c (print_symbol_bcache_statistics): Include statistics
	for the macro bcache.

Index: gdb/symmisc.c
===================================================================
RCS file: /cvs/src/src/gdb/symmisc.c,v
retrieving revision 1.12
diff -c -r1.12 symmisc.c
*** gdb/symmisc.c	29 Jul 2002 22:55:26 -0000	1.12
--- gdb/symmisc.c	13 Nov 2002 20:28:30 -0000
***************
*** 170,175 ****
--- 170,176 ----
    {
      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--;
  }


             reply	other threads:[~2008-08-23 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-23 18:14 Tom Tromey [this message]
2008-08-23 20:20 ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3iqtreh23.fsf@fleche.redhat.com \
    --to=tromey@redhat.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox