From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 914 invoked by alias); 1 Aug 2007 03:15:27 -0000 Received: (qmail 902 invoked by uid 22791); 1 Aug 2007 03:15:26 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 01 Aug 2007 03:15:24 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-158-73.inter.net.il [80.230.158.73]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HKK46652 (AUTH halo1); Wed, 1 Aug 2007 06:15:13 +0300 (IDT) Date: Wed, 01 Aug 2007 03:15:00 -0000 Message-Id: From: Eli Zaretskii To: "Jayasri Sangu" CC: gdb@sourceware.org In-reply-to: (JayasriS@aaesys.com) Subject: Re: debugging the multithreads on PPC embedded platfom Reply-to: Eli Zaretskii References: <5fd4beb00707291452j430533b1q37f924b63fdc456c@mail.gmail.com> <5fd4beb00707291536k64988989t4d029e4390790ea0@mail.gmail.com> 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-08/txt/msg00002.txt.bz2 > Date: Tue, 31 Jul 2007 17:09:58 -0700 > From: "Jayasri Sangu" > > This GDB was configured as "--host=i686-pc-linux-gnu > --target=powerpc-linux"...0x3000f430 in ?? () > (gdb) > > > Why I am getting 0x3000f430 in ?? ()? One possibility is that this program was stripped, so there are no symbols for GDB to show you, and it can only show addresses. What happens if you type "bt"? Can you get GDB to print any symbolic function names if you type "finish" repeatedly?