9.2.22. language

The language command sets the high-level language.

Syntax

The syntax of the language command is:

language {language}

where:

language

Specifies the language to use. Enter one of the following:

  • none

  • C

  • F77

  • PASCAL

  • ASM.

Usage

The symbolic debugger uses any high-level debugging tables generated by a compiler to set the default language to the appropriate one for that compiler, whether it is Pascal, Fortran, or C. If it does not find high-level tables, it sets the default language to none, and modifies the behavior of where and step so that:

where

Reports the current program counter and instruction.

step

Steps by one instruction.

Copyright © 1999-2006 ARM Limited. All rights reserved.ARM DUI 0066G
Non-Confidential