Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Another graphics interface to GDB - DDD

I just stumbled across this GDB frontend.

http://www.gnu.org/software/ddd/

The graphing capability should come in handy occasionally. 

(I'm having trouble with my wireless keyboard and accidentally typed ddd
+ return on the CygWin command line :-) 

Perhaps it could be handy as a "second opinion" on how to torture GDB?

Riding my hobby horse again... Yes, I know the CDT debugger is currently
being reworked...

I got DDD running with my arm-elf JTAG debugger in 1 minute. This is
something that CDT should definitely pick up on.

$ ddd --debugger arm-elf-gdb myimage.elf

Then in the GDB console:

target remote 192.168.222.200:2001
monitor reset
set $pc=0x1030000
c

Voila!

-- 

Øyvind Harboe
http://www.zylin.com





Back to the top