Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Remote Debugging on IXDP425
@ 2003-12-02  1:15 Stephen A. Witt
  2003-12-02  4:20 ` Ian Lance Taylor
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen A. Witt @ 2003-12-02  1:15 UTC (permalink / raw)
  To: gdb

I'm trying to get remote debugging using gdbserver on an IXDP425 target
board. I've built a cross gdb-6.0 that executes on an i386 with the target
set to arm-unknown-linux-gnu. The 'arm-unknown-linux-gnu-gdb' on my
development machine does connect and talk to the gdbserver running on the
target. I can start the program from gdb but breakpoints that I set don't
break the program. I turned on remote debugging (set debug remote 1) and
get the following:

(gdb) b main
Sending packet: $m87a0,1#ca...Ack
Packet received: e5
Sending packet: $m87a0,1#ca...Ack
Packet received: e5
Breakpoint 1 at 0x87a0
(gdb) c
Continuing.
Sending packet: $Z0,8ec0,1#43...Ack
Packet received:
Packet Z0 (software-breakpoint) is NOT supported
Sending packet: $m8ec0,1#fa...Ack
Packet received: 00
Sending packet: $X8ec0,0:#1e...Ack
Packet received:
binary downloading NOT suppported by target
Sending packet: $M8ec0,1:cc#da...Ack
Packet received: OK
Sending packet: $m87a0,1#ca...Ack
Packet received: e5
Sending packet: $M87a0,1:cc#aa...Ack
Packet received: OK
Sending packet: $Hc0#db...Ack
Packet received: OK
Sending packet: $c#63...Ack


So the software-breakpoint NOT supported would seem to be my problem. Any
information about how I fix this?

Thanks...


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-12-03 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-02  1:15 Remote Debugging on IXDP425 Stephen A. Witt
2003-12-02  4:20 ` Ian Lance Taylor
2003-12-03 19:17   ` Stephen A. Witt
2003-12-03 21:29     ` Daniel Jacobowitz
2003-12-03 21:50       ` Stephen A. Witt
2003-12-03 22:24       ` Peter Reilley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox