which subcommand for dbx: Display the full qualification of an identifier

Format

which identifier

Description

The which subcommand displays the full qualification of the given identifier. The full qualification consists of a list of the outer blocks with which the identifier is associated.

Usage notes

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

Examples

To display the full qualification of the x symbol, enter:
which x

Related information

The whereis subcommand.