| |||
| Home > armsd > Working with armsd > Alphabetical list of armsd commands > symbols | |||
The symbols command lists all symbols defined
in the given or current context, with their type information.
The syntax of the symbols command is:
symbols {context}
where:
contextDefines the program context:
to see global variables, define as
the filename with no path or extensioncontext
to see internal variables, use symbols
$.
The information produced is listed in the form:
name type[, storage-class], location
applies
to source object only, not to debugger internal variables, and is one
of storage-classauto, static, or external.
is
one of the following:location
register
r%d (variable stored in register r%d)
memory 0x%x (variable stored
at memory location 0x%x)
constant (variable is actually
a constant)
debugger variable
filtered
split location (variable stored
in several locations, possibly complex)
moving, (variable
moves, actual location shown)location
unknown (location does not exist
or an error occurred).