This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remote debug on ppc405


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]