From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15723 invoked by alias); 5 Sep 2006 06:42:14 -0000 Received: (qmail 15715 invoked by uid 22791); 5 Sep 2006 06:42:13 -0000 X-Spam-Check-By: sourceware.org Received: from web31908.mail.mud.yahoo.com (HELO web31908.mail.mud.yahoo.com) (68.142.207.88) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 05 Sep 2006 06:42:12 +0000 Received: (qmail 94419 invoked by uid 60001); 5 Sep 2006 06:42:10 -0000 Message-ID: <20060905064210.94417.qmail@web31908.mail.mud.yahoo.com> Received: from [202.214.28.60] by web31908.mail.mud.yahoo.com via HTTP; Mon, 04 Sep 2006 23:42:10 PDT Date: Tue, 05 Sep 2006 06:42:00 -0000 From: ravi kiran Reply-To: ravi kiran Subject: problem with gdbserver on powerpc To: gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00028.txt.bz2 Hi Guys, I built the gdbserver like this --host=powerpc-linux My set up like below. Client: intel-linux PC Target: Powerpc-linux box on clinet machine: I open a telnet terminal to the target and ./gdbserver clientmcIP:2345 --attach TaskID Problem ----------- the moment I do that The process(say xclock)is getting into stopped state. (from R to T). same goes for any task that is attached. However gdbserver continue to run. ont he host machine the 'bt' gives message like 0x0ff4a210 in ?? () What could be the reasons for that? Warm Regards, Ravi