From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14898 invoked by alias); 8 Feb 2004 02:30:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14803 invoked from network); 8 Feb 2004 02:30:50 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sources.redhat.com with SMTP; 8 Feb 2004 02:30:50 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Apeif-0006Iz-00; Sat, 07 Feb 2004 21:30:50 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 2BCFE4B359; Sat, 7 Feb 2004 21:30:56 -0500 (EST) To: ezannoni@redhat.com Subject: Re: [PATCH] unify objfile obstacks (4/4) Cc: gdb-patches@sources.redhat.com Message-Id: <20040208023056.2BCFE4B359@berman.michael-chastain.com> Date: Sun, 08 Feb 2004 02:30:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00164.txt.bz2 + { + # Old output for gdb 6.0 and earlier + pass "maint print statistics" + } + -re "Statistics for.*break.*Number of \"minimal\" symbols read.*Number of \"partial\" symbols read.*Number of \"types\" defined.*Number of psym tables \\(not yet expanded\\).*Number of symbol tables.*Number of symbol tables with line tables.*Number of symbol tables with blockvectors.*Total memory used for objfile obstack.*Total memory used for psymbol cache.*Total memory used for macro cache.*$gdb_prompt $"\ Perfect! Thanks Elena.