Contents|Index|Previous|Next

gdb, the debugging tool

To run GDB on an embedded execution target, use a GDB backend with the GDB standard remote protocol or a similar protocol. The most common are the following two types of GDB backend.

A GDB stub
An existing ROM monitor used as a GDB backend

For more information on debugging tools, see Debugging with GDB in GNUPro Debugging Tools.