From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14527 invoked by alias); 10 May 2006 13:29:50 -0000 Received: (qmail 14518 invoked by uid 22791); 10 May 2006 13:29:49 -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, 10 May 2006 13:29:41 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fdol1-0000zu-77; Wed, 10 May 2006 09:29:39 -0400 Date: Wed, 10 May 2006 18:26:00 -0000 From: Daniel Jacobowitz To: Martin Schuchardt Cc: gdb@sourceware.org Subject: Re: remote debugging with gdb Message-ID: <20060510132939.GA3754@nevyn.them.org> Mail-Followup-To: Martin Schuchardt , gdb@sourceware.org References: <44621DE2.9020702@gmx.de> <20060510131124.GA3151@nevyn.them.org> <44622257.6020505@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44622257.6020505@gmx.de> User-Agent: Mutt/1.5.8i 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-05/txt/msg00108.txt.bz2 On Wed, May 10, 2006 at 07:26:47PM +0200, Martin Schuchardt wrote: > Hello Daniel, > > I've received the following: Sorry, didn't realize you'd replied to the list too :-) My response again, for the archives. > Packet received: ENN > Packet qSymbol (symbol-lookup) is supported > Sending packet: $qPart:auxv:read::0,147#48...Ack > Packet received: ENN > Packet qPart_auxv (read-aux-vector) is supported > Reply contains invalid hex digit 78 Ask the bochs developers to fix this. 1. "ENN" in the documentation is supposed to mean "E followed by a two digit number". 2. If an entirely unsupported packet is received, the stub should not respond with "ENN", but with "" (an empty packet). -- Daniel Jacobowitz CodeSourcery