sym

The sym command define and enter a symbol to the symbol table.

Command Format

sym name value

where:

name symbol name
value expression value to be assigned

Functional description

The sym command can be used to enter a symbol into the symbol table for later referral when debugging. The symbol will be given the name name and the value from the expression value.

Examples:

PMON> sym newstart start+0x100
PMON> sym myconstant 0x23800

Environment

The command uses no environment variable.

See Also

The ls command.

Powered by Drupal, an open source content management system