Sun Studio 12: Debugging a Program With dbx

Hiding Stack Frames

Use the hide command to list the stack frame filters currently in effect.

To hide or delete all stack frames matching a regular expression, type:


hide [ regular_expression ]

The regular_expression matches either the function name, or the name of the loadobject, and uses sh or ksh syntax for file matching.

Use the unhide to delete all stack frame filters.


unhide 0

Because the hide command lists the filters with numbers, you can also use the unhide command with the filter number.


unhide [ number | regular_expression ]