Sun Studio 12: Debugging a Program With dbx

unhide Command

The unhide command undoes hide commands. It is valid only in native mode.

Syntax

unhide 0

Delete all stack frame filters.

unhide regular_expression

Delete stack frame filter regular_expression.

unhide number

Delete stack frame filter number number.

where:

regular_expression is a regular expression.

number is the number of a stack frame filter.

The hide command (see Catch Floating Point Exceptions) lists the filters with numbers.