unset subcommand for dbx: Delete a variable

Format

unset name

Description

The unset subcommand deletes the debug program variable associated with the name specified by the name argument.

Usage notes

The unset subcommand can be run only while the dbx debug program is running.

Examples

To delete the variable inhibiting the display of floating-point registers, enter:
unset $noflregs

Related information

The set subcommand.