From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3763 invoked by alias); 10 May 2006 13:11:30 -0000 Received: (qmail 3754 invoked by uid 22791); 10 May 2006 13:11:30 -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:11:26 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FdoTM-0000pX-9Q; Wed, 10 May 2006 09:11:24 -0400 Date: Wed, 10 May 2006 13:29:00 -0000 From: Daniel Jacobowitz To: Martin Schuchardt Cc: gdb@sourceware.org Subject: Re: remote debugging with gdb Message-ID: <20060510131124.GA3151@nevyn.them.org> Mail-Followup-To: Martin Schuchardt , gdb@sourceware.org References: <44621DE2.9020702@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44621DE2.9020702@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/msg00106.txt.bz2 On Wed, May 10, 2006 at 07:07:46PM +0200, Martin Schuchardt wrote: > Now I get the following error message: > > (gdb) target remote localhost:1234 > > Remote debugging using localhost:1234 > 0x0000fff0 in ?? () > Reply contains invalid hex digit 78 > > Does anybody know, why I get this reply? Bochs is still waiting for > connection on localhost:1234. The complete Programm works fine without > the debugger. (when I disable the debugger, bochs works fine and seems > to work corrently. Use "set debug remote 1" to see what you've received from the remote stub. -- Daniel Jacobowitz CodeSourcery