From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6273 invoked by alias); 30 Aug 2006 21:56:39 -0000 Received: (qmail 6265 invoked by uid 22791); 30 Aug 2006 21:56:39 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 30 Aug 2006 21:56:37 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GIY31-0001nM-EQ; Wed, 30 Aug 2006 17:56:35 -0400 Date: Wed, 30 Aug 2006 21:56:00 -0000 From: Daniel Jacobowitz To: "Bizhan Gholikhamseh (bgholikh)" Cc: gdb@sourceware.org Subject: Re: Error running remote gdb Message-ID: <20060830215635.GA6844@nevyn.them.org> Mail-Followup-To: "Bizhan Gholikhamseh (bgholikh)" , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 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/msg00261.txt.bz2 On Wed, Aug 30, 2006 at 02:54:26PM -0700, Bizhan Gholikhamseh (bgholikh) wrote: > > Hi > On our custome based powerpc we are running Linux 2.6.11. > I am trying to run a sample debug session with gdbserver. > > On target board I typed: > gdbserver :portno > > Then on host system I typed: > gdb > gdb> target extended-remote :portno > gdb> b main > gdb> cont > > Then I got the following error on my host; > Ignoring packet erro, continuing... > Ignoring packet erro, continuing... > Reply contains invalid hex digit 116 Something timed out. Try "set debug remote 1" to see what's happening. -- Daniel Jacobowitz CodeSourcery