From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10972 invoked by alias); 6 Jan 2004 21:59:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10961 invoked from network); 6 Jan 2004 21:59:15 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 6 Jan 2004 21:59:15 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AdzE8-0002CQ-JQ; Tue, 06 Jan 2004 16:59:04 -0500 Date: Tue, 06 Jan 2004 21:59:00 -0000 From: Daniel Jacobowitz To: Robert Schwebel Cc: gdb@sources.redhat.com Subject: Re: Remote debug on ppc405 Message-ID: <20040106215904.GA8401@nevyn.them.org> Mail-Followup-To: Robert Schwebel , gdb@sources.redhat.com References: <20040106135048.GJ18025@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040106135048.GJ18025@pengutronix.de> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-01/txt/msg00058.txt.bz2 On Tue, Jan 06, 2004 at 02:50:48PM +0100, Robert Schwebel wrote: > Hi, > > I currently try to remote-gdb a program which runs on a ppc405gpr board > and I cannot start it: > > ----------8<----------8<----------8<----------8<----------8<---------- > (gdb) target remote 192.168.1.16:4711 > Sending packet: $Hc-1#09...Ack > Packet received: OK > Sending packet: $qC#b4...Ack > Packet received: > Sending packet: $qOffsets#4b...Ack > Packet received: > Sending packet: $?#3f...Ack > Packet received: T0501:7ffffe90;40:3000fba8; > Sending packet: $Hg0#df...Ack > Packet received: OK > Sending packet: $g#67...Ack > Packet received: 000000007ffffe90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000fba80000d0320000000000000000000000000000000000000000 > Sending packet: $mfffffffc,c#29...Ack > Packet received: ffffffffffffffffffffffff > 0x3000fba8 in ?? () GDB's just printing the PC found in your G packet. If it's wrong, talk to whoever wrote your debugging stub. The T package above agrees with this value of PC. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer