Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

3.1.  Remote Debugging in GDB

3.1.1. Standard Remote Debugging
3.1.2. Extended Remote Debugging
3.1.3. Asynchronous Remote Debugging

GDB provides two flavors of remote debugging via the RSP

  1. target remote. This is the GDB command documented in the GDB User Guide ([3]).

  2. target extended-remote. The RSP server is made persistent. When the target exits, the server does not close the connection. The user is able to restart the target program, or load and run an alternative program.

Embecosm divider strip