From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2460 invoked by alias); 23 Aug 2002 22:37:14 -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 2453 invoked from network); 23 Aug 2002 22:37:13 -0000 Received: from unknown (HELO molenda.com) (192.220.74.81) by sources.redhat.com with SMTP; 23 Aug 2002 22:37:13 -0000 Received: (qmail 22273 invoked by uid 19025); 23 Aug 2002 22:36:56 -0000 Date: Fri, 23 Aug 2002 15:37:00 -0000 From: Jason Molenda To: gdb Subject: Re: adding namespace support to GDB Message-ID: <20020823153656.A20809@molenda.com> References: <20020823184746.GA25528@nevyn.them.org> <20020823192118.GA27305@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020823192118.GA27305@nevyn.them.org>; from drow@mvista.com on Fri, Aug 23, 2002 at 03:21:18PM -0400 X-SW-Source: 2002-08/txt/msg00313.txt.bz2 On Fri, Aug 23, 2002 at 03:21:18PM -0400, Daniel Jacobowitz wrote: > > (And is DW_AT_namespace a dwarf3 thing? I don't see it in my v2 spec.) > The Dwarf3 standard is at its 8th draft, open for public review for about ten months now. The web page coordinating the committee's work is here - http://www.eagercon.com/dwarf/dwarf3std.htm There's only a link to draft7 on that page for reasons I don't understand; draft8 is available here - http://reality.sgiweb.org/davea/dwarf3-draft8-011125.pdf It may be that draft 8 is draft 7 rebranded as the Public Review draft, but I don't really know. Dave Anderson has written a helpful comparison of DWARF2 and DWARF3 on his web site - http://reality.sgiweb.org/davea Jason