From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29419 invoked by alias); 27 Nov 2001 04:12:29 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29378 invoked from network); 27 Nov 2001 04:12:25 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by hostedprojects.ges.redhat.com with SMTP; 27 Nov 2001 04:12:25 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id F1B205E9D8; Mon, 26 Nov 2001 23:13:40 -0500 (EST) To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: revert find_pc_sect_line sanity check References: <20011127000538.68E465E9D8@zwingli.cygnus.com> <20011126190729.A28005@nevyn.them.org> From: Jim Blandy Date: Tue, 13 Nov 2001 14:32:00 -0000 In-Reply-To: Daniel Jacobowitz's message of Mon, 26 Nov 2001 19:07:29 -0500 Message-ID: X-Mailer: Gnus v5.3/Emacs 19.34 X-SW-Source: 2001-11/txt/msg00261.txt.bz2 Daniel Jacobowitz writes: > On Mon, Nov 26, 2001 at 07:05:38PM -0500, Jim Blandy wrote: > > > > 2001-11-26 Jim Blandy > > > > * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add > > comment explaining that hand-written assembly code can have line > > number info but no debug info for an enclosing function. > > Great. Meanwhile, I've had several ideas how to get the address range > information out, even from stabs. How's the DWARF2 side of it coming > along? Haven't had time to work on this at all. :( I may have some in December. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: revert find_pc_sect_line sanity check Date: Mon, 26 Nov 2001 20:12:00 -0000 Message-ID: References: <20011127000538.68E465E9D8@zwingli.cygnus.com> <20011126190729.A28005@nevyn.them.org> X-SW-Source: 2001-11/msg00476.html Message-ID: <20011126201200.lzlQ7FYbGPTJaiid-36z44uLMwbHDKFbyNe1D_aUaBI@z> Daniel Jacobowitz writes: > On Mon, Nov 26, 2001 at 07:05:38PM -0500, Jim Blandy wrote: > > > > 2001-11-26 Jim Blandy > > > > * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add > > comment explaining that hand-written assembly code can have line > > number info but no debug info for an enclosing function. > > Great. Meanwhile, I've had several ideas how to get the address range > information out, even from stabs. How's the DWARF2 side of it coming > along? Haven't had time to work on this at all. :( I may have some in December.