4.4. Other Software Supplied

LEON Ada includes a number of other tools to support software development, as follows:

leon-coff-addr2line

which converts given target addresses to source file line numbers

leon-coff-ar

which is used to build object code libraries

leon-coff-gdb

which is the symbolic debugger

leon-coff-gnatchop

which may be used to divide a file that contains more than one compilation unit into one file for each unit

leon-coff-gnatfind

which is used to find Ada symbols in source files

leon-coff-gnatls

which is used to list Ada units

leon-coff-gnatmake

which uses the Ada rules to automatically compile, recompile and build an Ada program

leon-coff-gnatprep

which is an Ada pre-processor

leon-coff-gnatpsta

which prints the target package Standard

leon-coff-gnatpsys

which prints the target package System

leon-coff-gnatxref

which is the Ada cross reference tool

leon-coff-nm

which lists the symbols from object files

leon-coff-objcopy

which is used to copy and reformat object code files

leon-coff-objdump

which is used to dump information from object code files and includes an option to disassemble

leon-coff-ranlib

which generates an index to the contents of an archive and stores it in the archive

leon-coff-run

which is the simulator

leon-coff-sim

which is an interactive simulator

leon-coff-size

which prints the size of an object code or executable file

leon-coff-strings

which lists debug symbols and other strings in an object code file

leon-coff-strip

which removes debug symbol table information from object code files