From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1972 invoked by alias); 21 Aug 2003 18:57:42 -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 1962 invoked from network); 21 Aug 2003 18:57:40 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 21 Aug 2003 18:57:40 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h7LIvJca014650; Thu, 21 Aug 2003 13:57:19 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h7LIvJHK029962; Thu, 21 Aug 2003 13:57:19 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h7LIvGZY029961; Thu, 21 Aug 2003 14:57:16 -0400 Date: Thu, 21 Aug 2003 18:57:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200308211857.h7LIvGZY029961@duracef.shout.net> To: ac131313@redhat.com Subject: Re: [rfa] ENUM BITFIELD, here it comes again Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-08/txt/msg00372.txt.bz2 Andrew C asks: What effect does it have without -readnow but with say: $ gdb gdb (gdb) break internal_error (gdb) run (gdb) maint internal-error (gdb) backtrace gdb gdb_6_0-branch: space used: 8896512 gdb HEAD 2003-08-19: space used: 8904704 gdb HEAD now: space used: 8265728 That's with both symtab.h and gdbtypes.h improvements in gdb HEAD. Michael C