RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Software Architecture

PREV UP NEXT Bookshelf RTEMS/GDB User's Guide

Chapter 2: Software Architecture

RTEMS/GDB host-target debugger is architectured around:

The host debugger communicates with the debug server using Sun RPC over UDP/IP (Ethernet).

When opening a debugging session, the user takes the control over the entire target system. The target system is viewed as a single multi-threaded process.

The debugger can observe the state of the system objects, without stopping the entire system. However, breakpoints and stepping affect (stop) the entire system.

For a given target, only one single system debugging session is possible at a time.


PREV UP NEXT Bookshelf RTEMS/GDB User's Guide

Copyright © 1988-2004 OAR Corporation