This page was produced by an automated import process, and may have formatting errors; feel free to fix.

Porting GDB

Most of the work in making GDB compile on a new machine is in specifying the configuration of the machine. Porting a new architecture to GDB can be broken into a number of steps.

Within ''arch''-tdep.c define the function _initialize_''arch''_tdep which calls gdbarch_register to create the new struct gdbarch for the architecture.

None: Internals Porting-GDB (last edited 2013-08-20 23:41:11 by StanShebs)

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