From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6686 invoked by alias); 24 Oct 2002 22:26:11 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 6630 invoked from network); 24 Oct 2002 22:26:10 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 24 Oct 2002 22:26:10 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E5C483D4A; Thu, 24 Oct 2002 18:26:08 -0400 (EDT) Message-ID: <3DB87380.2030003@redhat.com> Date: Thu, 24 Oct 2002 15:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: Elena Zannoni , Jim Blandy , gdb Subject: Re: current namespace game plan References: <15789.43864.432576.737958@localhost.redhat.com> <3DB41A90.4070403@redhat.com> <3DB73276.5000108@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00182.txt.bz2 > - Push the partial symtab code into the stabs reader. >> That way, all the partial symtab bufuddlement isn't in core GDB and >> you, and no one else, has to content with it. > > > Gee, thanks, being a stabs expert is really what I have my heart set > on right now. :-) Well, I didn't say ``cleanly'' - just push. Another verb would be ``burry'' - burry the partial symtab code in the stabs reader :-) Andrew