Next: , Previous: Host Definition, Up: Top   [Contents][Index]


11 Target Architecture Definition

GDB’s target architecture defines what sort of machine-language programs GDB can work with, and how it works with them.

The target architecture object is implemented as the C structure struct gdbarch *. The structure, and its methods, are generated using the Bourne shell script gdbarch.sh.