Target Descriptions

The target architecture definition (see Target architecture definition) contains GDB's hard-coded knowledge about an architecture. For some platforms, it is handy to have more flexible knowledge about a specific instance of the architecture—for instance, a processor or development board. Target descriptions provide a mechanism for the user to tell GDB more about what their target supports, or for the target to tell GDB directly.

For details on writing, automatically supplying, and manually selecting target descriptions, see Target Descriptions in the User Manual. This section will cover some related topics about the GDB internals.

Target descriptions implementation
Adding target described register support

None: Internals Target-Descriptions (last edited 2013-09-01 12:19:11 by JeremyBennett)

All content (C) 2008 Free Software Foundation. For terms of use, redistribution, and modification, please see the WikiLicense page.