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