Next: Target Descriptions, Previous: Host Definition, Up: Top [Contents][Index]
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.