| |
| | Embedding with GNU: GNU Debugger |
 | | Among gdbs many noteworthy features is its ability to debug programs remotely, in a setup where the platform running gdb itself (the host) is connected to the platform running the application being debugged (the target) via a serial port, network connection, or some other means. |
 | | Table 1 is a transcript of a typical gdb debugging session, during which gdb initiates communications with a remote target running a debugging stub, downloads a program, sets a breakpoint, and then runs the program. |
 | | As Ive already mentioned, gdbs strengths (besides its cost) lie in its feature list, its uniform applicability across many host platforms and debug targets, and the degree to which its behavior can be tailored to meet the specific demands of an embedded debugging target. |
| www.embedded.com /1999/9909/9909feat2.htm (3455 words) |
|