Go to the first, previous, next, last section, table of contents.


A29K UDI

GDB supports AMD's UDI ("Universal Debugger Interface") protocol for debugging the a29k processor family. To use this configuration with AMD targets running the MiniMON monitor, you need the program MONTIP, available from AMD at no charge. You can also use GDB with the UDI-conformant a29k simulator program ISSTIP, also available from AMD.

target udi keyword
Select the UDI interface to a remote a29k board or simulator, where keyword is an entry in the AMD configuration file `udi_soc'. This file contains keyword entries which specify parameters used to connect to a29k targets. If the `udi_soc' file is not in your working directory, you must set the environment variable `UDICONF' to its pathname.


Go to the first, previous, next, last section, table of contents.