From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3824 invoked by alias); 30 Aug 2006 21:54:30 -0000 Received: (qmail 3812 invoked by uid 22791); 30 Aug 2006 21:54:29 -0000 X-Spam-Check-By: sourceware.org Received: from sj-iport-2-in.cisco.com (HELO sj-iport-2.cisco.com) (171.71.176.71) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Aug 2006 21:54:28 +0000 Received: from sj-dkim-2.cisco.com ([171.71.179.186]) by sj-iport-2.cisco.com with ESMTP; 30 Aug 2006 14:54:27 -0700 X-IronPort-AV: i="4.08,189,1154934000"; d="scan'208"; a="339049773:sNHT32379464" Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238]) by sj-dkim-2.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id k7ULsQkY029293 for ; Wed, 30 Aug 2006 14:54:26 -0700 Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id k7ULsQ1E020877 for ; Wed, 30 Aug 2006 14:54:26 -0700 (PDT) Received: from xmb-sjc-212.amer.cisco.com ([171.70.151.141]) by xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 30 Aug 2006 14:54:26 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Error running remote gdb Date: Wed, 30 Aug 2006 21:54:00 -0000 Message-ID: From: "Bizhan Gholikhamseh \(bgholikh\)" To: DKIM-Signature: a=rsa-sha1; q=dns; l=946; t=1156974866; x=1157838866; c=relaxed/simple; s=sjdkim2002; 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:=20Error=20running=20remote=20gdb; X=v=3Dcisco.com=3B=20h=3DOtnbu1Dx6S1Fb6rP2UMzjGrEPOc=3D; b=FinBZ/GWN6hYyYPB76uSs63hMBKX3Nxgh9NTrHA1SKIGbzdhtabp74rQrquEaL+msWfp8kuc GaAvYC8eY3FcUPnLl2F6vUvMfALKf3AobXajbpoLiSRTVqqjrTiBAuZg; Authentication-Results: sj-dkim-2.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/msg00260.txt.bz2 =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 On target board I typed: gdbserver :portno =20 Then on host system I typed: gdb gdb> target extended-remote :portno gdb> b main gdb> cont =20 Then I got the following error on my host; Ignoring packet erro, continuing... Ignoring packet erro, continuing... Reply contains invalid hex digit 116 =20 At no time I was able to set a breakpoint and run the application test? =20 Also on the remote site I got the following message after gdb command I typed: Process test created; pid =3D 23451 Listening on port 2001 Remote debugging from host Killing inferior <=3D=3D I think I typed "run" 2 tim3s GDBserver restarting Process test creatted; pid=3D..... =20 Any help greatl apprieciated. Thanks, Bizhan