From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 711 invoked by alias); 30 Aug 2006 22:37:14 -0000 Received: (qmail 700 invoked by uid 22791); 30 Aug 2006 22:37:13 -0000 X-Spam-Check-By: sourceware.org Received: from sj-iport-5.cisco.com (HELO sj-iport-5.cisco.com) (171.68.10.87) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Aug 2006 22:37:11 +0000 Received: from sj-dkim-4.cisco.com ([171.71.179.196]) by sj-iport-5.cisco.com with ESMTP; 30 Aug 2006 15:37:10 -0700 X-IronPort-AV: i="4.08,189,1154934000"; d="scan'208"; a="316092170:sNHT32708856" Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-4.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id k7UMbA1j011230; Wed, 30 Aug 2006 15:37:10 -0700 Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com [128.107.191.63]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id k7UMbAYp028745; Wed, 30 Aug 2006 15:37:10 -0700 (PDT) Received: from xmb-sjc-212.amer.cisco.com ([171.70.151.141]) by xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 30 Aug 2006 15:37:09 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Error running remote gdb Date: Wed, 30 Aug 2006 22:37:00 -0000 Message-ID: From: "Bizhan Gholikhamseh \(bgholikh\)" To: "Daniel Jacobowitz" Cc: DKIM-Signature: a=rsa-sha1; q=dns; l=988; t=1156977430; x=1157841430; c=relaxed/simple; s=sjdkim4002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=bgholikh@cisco.com; z=From:=22Bizhan=20Gholikhamseh=20\(bgholikh\)=22=20 |Subject:RE=3A=20Error=20running=20remote=20gdb; X=v=3Dcisco.com=3B=20h=3DBjMAa+18shVaIEjXO+NkF601kBk=3D; b=Uy9vFAN7Zsnkyz4IFJ7erWG4XRJtnChESd3IV4SXYkxDq3Mu7IhzG7urkESa3TJRkRDiF2nn a/YgnHZyxyFxFo3mR7c7NxEkJXrfUwestEgWW4rojZZSX+D6w0hO0T+T; Authentication-Results: sj-dkim-4.cisco.com; header.From=bgholikh@cisco.com; dkim=pass ( sig from cisco.com verified; ); X-IsSubscribed: yes 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-08/txt/msg00262.txt.bz2 =20 >>=20=20 >> Hi >> On our custome based powerpc we are running Linux 2.6.11. >> I am trying to run a sample debug session with gdbserver. >>=20=20 >> On target board I typed: >> gdbserver :portno >>=20=20 >> Then on host system I typed: >> gdb >> gdb> target extended-remote :portno b main cont >>=20=20 >> Then I got the following error on my host; Ignoring packet erro,=20 >> continuing... >> Ignoring packet erro, continuing... >> Reply contains invalid hex digit 116 >Something timed out. Try "set debug remote 1" to see what's happening. I did that Now I see some ACK messages on my system. At this point I continue with the following commands: >gdb b main >gdb cont >gdb n=20=20 The above line no matter how many times I type does not work. And anytime I type "where" still shows the "main" statement. It seems the program never Starts... Please help. -- Daniel Jacobowitz CodeSourcery