DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gdb.info) Targets

Info Catalog (gdb.info) GDB Files (gdb.info) Top (gdb.info) Configurations
 
 Specifying a Debugging Target
 *****************************
 
    A "target" is the execution environment occupied by your program.
 
    Often, GDB runs in the same host environment as your program; in
 that case, the debugging target is specified as a side effect when you
 use the `file' or `core' commands.  When you need more flexibility--for
 example, running GDB on a physically separate host, or controlling a
 standalone system over a serial port or a realtime system over a TCP/IP
 connection--you can use the `target' command to specify one of the
 target types configured for GDB ( Commands for managing targets
 Target Commands.).
 

Menu

 
* Active Targets              Active targets
* Target Commands             Commands for managing targets
* Byte Order                  Choosing target byte order
* Remote                      Remote debugging
* KOD                         Kernel Object Display
 
Info Catalog (gdb.info) GDB Files (gdb.info) Top (gdb.info) Configurations
automatically generated byinfo2html