6.6.13. convariables

The convariables command displays the name, type, and value of all variables valid in the current or specified context and in the specified scope. If you do not specify a scope, then class, global, and local variables are listed.

The shorthand form of the convariables command is convar.

Syntax

convar[ context][ scope][ format]

where:

context

Specifies the context of the variables you want to list, the default being the current context (see stackentries).

scope

Can be set to class, global, or local (see scope).

format

Specifies the format in which the contents of the variables are listed, if this is different from the default format (see format).

Examples

convar #1 dec

Displays the global, class, and local variables in the context of stack entry number 1, in decimal format. Index #1 must be obtained with the stackentries command.

convar local

Displays the local variables in the current context, in hexadecimal format.

Copyright © 1999-2004 ARM Limited. All rights reserved.ARM DUI 0066F
Non-Confidential