Sun Studio 12 Update 1: Debugging a Program With dbx

hide Command

The hide command hides stack frames that match a regular expression. It is valid only in native mode.

Syntax

hide

List the stack frame filters currently in effect.

hide regular_expression

Hide stack frames matching regular_expression. The regular expression matches either the function name, or the name of the load object, and is a sh or ksh file matching style regular expression.

where:

regular_expression is a regular expression.