From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10230 invoked by alias); 1 Aug 2007 00:10:04 -0000 Received: (qmail 10220 invoked by uid 22791); 1 Aug 2007 00:10:02 -0000 X-Spam-Check-By: sourceware.org Received: from mail.aaesys.com (HELO aae-exch.aaesys.com) (67.131.247.41) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 01 Aug 2007 00:10:00 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: debugging the multithreads on PPC embedded platfom Date: Wed, 01 Aug 2007 00:10:00 -0000 Message-ID: In-Reply-To: <5fd4beb00707291536k64988989t4d029e4390790ea0@mail.gmail.com> References: <5fd4beb00707291452j430533b1q37f924b63fdc456c@mail.gmail.com> <5fd4beb00707291536k64988989t4d029e4390790ea0@mail.gmail.com> From: "Jayasri Sangu" To: 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/msg00000.txt.bz2 Hi, I am using gdb-6.6,and trying to do remote debugging of multithreaded application. On the borad I am running the commnad=20 ./gdbserver-6.6 localhost:12345 --attach 190 & And on from my linux system I am starting the gdb=20 ./gdb-6.6 EclipseMSW.elf GNU gdb 6.6 Copyright 2004 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=3Di686-pc-linux-gnu --target=3Dpowerpc-linux"...0x3000f430 in ?? () (gdb) Why I am getting 0x3000f430 in ?? ()?=20=20 Thanks Jayasri