tags:

views:

195

answers:

1

I would like to debug an embedded system containing gdb remotely using some kind of gui (ie like ddd). The embedded system does not have the sources or build symbols. However my local x windows box has. However the execution must happen on the embedded system. How can I from my development box drive gdb remotely with some gui ?

leds and jtag are not an option.

+3  A: 

I think, gdbserver could help you.