From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26248 invoked by alias); 17 Nov 2007 12:17:42 -0000 Received: (qmail 26239 invoked by uid 22791); 17 Nov 2007 12:17:41 -0000 X-Spam-Check-By: sourceware.org Received: from pauline.vellum.cz (HELO pauline.vellum.cz) (89.250.243.234) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 17 Nov 2007 12:17:34 +0000 Received: from host0.dyn.jankratochvil.net (localhost.localdomain [127.0.0.1]) by pauline.vellum.cz (8.12.11.20060308/8.12.11) with ESMTP id lAHCHS0J014971; Sat, 17 Nov 2007 13:17:28 +0100 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.1/8.14.1) with ESMTP id lAHCHRAw011922; Sat, 17 Nov 2007 13:17:27 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.1/8.14.1/Submit) id lAHCHQ8Y011920; Sat, 17 Nov 2007 13:17:26 +0100 Date: Sat, 17 Nov 2007 12:17:00 -0000 From: Jan Kratochvil To: Robert Norton Cc: gdb@sourceware.org Subject: Re: Debugging with multiple sections in assembly files. Message-ID: <20071117121725.GA11815@host0.dyn.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00167.txt.bz2 On Fri, 16 Nov 2007 14:14:54 +0100, Robert Norton wrote: ... > (gdb) info line bar > Line 3 of "test_nosections.S" starts at address 0x400490 and ends > at 0x400491 . > --- > (gdb) info line bar > No line number information available for address 0x400490 Please apply for GDB: http://sources.redhat.com/ml/gdb-patches/2007-10/msg00207.html $ fedora-gdb ./test_sections GNU gdb Red Hat Linux (6.6-36.fc8rh) (gdb) info line bar Line 3 of "test_sections.S" starts at address 0x400480 and ends at 0x400481 . $ upstream-gdb ./test_sections GNU gdb 6.7.50.20071116-cvs (gdb) info line bar No line number information available for address 0x400480 Unfortunately I have still TODOlist pending there to finish the testcase for the upstream GDB. http://sources.redhat.com/ml/gdb-patches/2007-10/msg00213.html Regards, Jan