From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12514 invoked by alias); 19 Dec 2001 15:26:51 -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 12312 invoked from network); 19 Dec 2001 15:25:35 -0000 Received: from unknown (HELO dublin.ACT-Europe.FR) (212.157.227.154) by sources.redhat.com with SMTP; 19 Dec 2001 15:25:35 -0000 Received: from berlin.ACT-Europe.FR (berlin.act-europe.fr [212.157.227.169]) by dublin.ACT-Europe.FR (Postfix) with ESMTP id 0292522A073; Wed, 19 Dec 2001 16:25:32 +0100 (MET) Received: by berlin.ACT-Europe.FR (Postfix, from userid 507) id 33B687BD; Wed, 19 Dec 2001 16:25:32 +0100 (CET) Date: Wed, 19 Dec 2001 07:26:00 -0000 From: Joel Brobecker To: Paolo Molaro Cc: Daniel Berlin , Andrew Cagney , gdb@sources.redhat.com Subject: Re: large line number debugging support Message-ID: <20011219162531.A23858@act-europe.fr> References: <3C1BA64C.1060104@cygnus.com> <20011219152007.GG959@lettere.unipd.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011219152007.GG959@lettere.unipd.it>; from lupus@ximian.com on Wed, Dec 19, 2001 at 04:20:07PM +0100 X-SW-Source: 2001-12/txt/msg00167.txt.bz2 > $ cat test-stabs.s > .stabs "corlib.il",100,0,0,0 > .stabs "Void:t(0,1)=(0,1)",128,0,0,0 > .stabs "myfunc:F(0,1)",36,0,70000,0x0 > .stabs "",36,0,0,204 > > $ as -gdwarf2 test-stabs.s -o test-stabs.o It is not the assembler that generates the DWARF2 information, but the compiler. Compile with -gdwarf-2 from the begining and it should work better. -- Joel