gdb: Configurations

 
 21 Configuration-Specific Information
 *************************************
 
 While nearly all GDB commands are available for all native and cross
 versions of the debugger, there are some exceptions.  This chapter
 describes things that are only available in certain configurations.
 
    There are three major categories of configurations: native
 configurations, where the host and target are the same, embedded
 operating system configurations, which are usually the same for several
 different processor architectures, and bare embedded processors, which
 are quite different from each other.
 

Menu