From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6523 invoked by alias); 26 Sep 2002 15:49:51 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 6511 invoked from network); 26 Sep 2002 15:49:49 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 26 Sep 2002 15:49:49 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8QFVii01652 for ; Thu, 26 Sep 2002 11:31:44 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8QFnmf26108; Thu, 26 Sep 2002 11:49:48 -0400 Received: from valrhona.uglyboxes.com (IDENT:QLJgkC6IajtXgSyaDwcUxrWRn4tatv5R@vpn50-53.rdu.redhat.com [172.16.50.53]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8QFnlJ30252; Thu, 26 Sep 2002 11:49:47 -0400 Date: Thu, 26 Sep 2002 08:49:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: "Heik H. Hellmich" cc: insight@sources.redhat.com Subject: Re: step through code In-Reply-To: <3D9323DB.C90B70D3@mikro.ee.tu-berlin.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q3/txt/msg00193.txt.bz2 On Thu, 26 Sep 2002, Heik H. Hellmich wrote: > Keith Seitz wrote: > > > > On Thu, 26 Sep 2002, Heik H. Hellmich wrote: > > > > > I did an upgrade on 5.2.1, but I have still the same problem that > > > step/next/continue/finish buttons are always greyed out!! > > > > Can you send me a small test executable? I cannot seem to find a working > > ppc compiler anymore. > > > > Keith > > Please find attached the elf-file! Hmmm: keiths ~/ref/ppc/gdb 1014 >./gdb -nw GNU gdb 2002-09-24-cvs Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=powerpc-eabi". Setting up the environment for debugging gdb. .gdbinit:5: Error in sourced command file: No symbol table is loaded. Use the "file" command. (gdb) cd ~/ Working directory /home/keiths. (gdb) file ppc.elf Reading symbols from ppc.elf...(no debugging symbols found)...done. (gdb) quit No debug info in the file? Did you build with "-g"? (Doesn't Insight open a dialog telling you this?) Keith