I'm using GDB on my PC to connect to GDBServer on my device (which uses an iMX51) and I can debug fine. But can any of the GDB UIs I've heard about (e.g. in C++ gdb GUI) be used for this?
Thanks for any help.
I'm using GDB on my PC to connect to GDBServer on my device (which uses an iMX51) and I can debug fine. But can any of the GDB UIs I've heard about (e.g. in C++ gdb GUI) be used for this?
Thanks for any help.
You can use Eclipse to remote debug using GDB.
Roughly the process looks like this:
If you google for remote gdb debugging using Eclipse you'll be able to find more information.