Hi all!
I've been using codeblocks for some months, developing x86 Linux applications, and it's a great app. Now I have to debug applications for a beagleboard running Angstrom Linux distribution (ARM Cortex A8). I have gdbserver running in the beagleboard, and I could connect and debug applications using arm-angstrom-linux-gnueabi-gdb (the cross debugger), connecting it to the gdbserver in the beagleboard.
The problem is when I try to debug with codeblocks. I have configured gdb with the ip/port of the Beagleboard, and with some custom commands. When I launch the debugger in Codeblocks, it connects with gdbserver in the beagleboard, but the application starts, and finish without hitting the the breakpoints.
I suspect the error may be due to Codeblocks calling gdb instead of arm-angstrom-linux-gnueabi-gdb. How can I make C::B call arm-angstrom-linux-gnueabi-gdb instead of gdb?
Any suggestions are greatly appreciated.
Thanks for reading.