From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17250 invoked by alias); 24 Aug 2004 16:34:03 -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 17197 invoked from network); 24 Aug 2004 16:34:02 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 24 Aug 2004 16:34:02 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BzeFE-0007xf-D2; Tue, 24 Aug 2004 12:34:00 -0400 Date: Tue, 24 Aug 2004 16:34:00 -0000 From: Daniel Jacobowitz To: "Daniel Miller (IMI)" Cc: Michael Chastain , gdb@sources.redhat.com Subject: Re: cannot subscript something of type Message-ID: <20040824163400.GA30562@nevyn.them.org> Mail-Followup-To: "Daniel Miller (IMI)" , Michael Chastain , gdb@sources.redhat.com References: <005601c4871d$67c8c9f0$0401a8c0@dan> <20040821021144.GA3321@nevyn.them.org> <008d01c48952$b7e0e7b0$0401a8c0@dan> <412A616D.nailD4K28EC6E@mindspring.com> <009e01c48959$a5192640$0401a8c0@dan> <412B30D2.nailETK1H2VST@mindspring.com> <00c401c489f6$ee56e9d0$0401a8c0@dan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00c401c489f6$ee56e9d0$0401a8c0@dan> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-08/txt/msg00323.txt.bz2 On Tue, Aug 24, 2004 at 09:25:11AM -0700, Daniel Miller (IMI) wrote: > Well, this gets odder and odder... I'm enclosing the newly-built binary, > compiled exactly as you specified. I'm also enclosing the screen dump from > the build, you can see my build command at the top... > > But, when I run 'objdump tester -g', it says: > > $ objdump tester -g > > tester: file format elf32-i386 > > objdump: tester: no recognized debugging information > > !!!!!!!!!!!!!! > I tried -ggdb, and it says the same thing... clearly, something's wrong with > my system, or at least with my compiler installation... No, that's standard. Nowadays use readelf -wi. -- Daniel Jacobowitz