Chapter 19. Specifying a Debugging Target

Table of Contents
19.1. Active Targets
19.2. Commands for Managing Targets
19.3. Remote Debugging

A target is the execution environment occupied by your program. You can use the target command to specify one of the target types configured for the debugger (see Section 19.2).

19.1. Active Targets

When you type run, your executable file becomes an active process target as well. When a process target is active, all the debugger commands requesting memory addresses refer to that target; addresses in an executable file target are obscured while the process target is active.

Use the exec-file command to select a new executable target (see Section 18.1).