Sun Studio 12: Debugging a Program With dbx

exists Command

The exists command checks for the existence of a symbol name. It is valid only in native mode.

Syntax

exists name

Returns 0 if name is found in the current program, 1 if name is not found.

where:

name is the name of a symbol.