Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

hide Command

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

Syntax

hide regular-expression

List the stack frame filters currently in effect.

If regular-expression is specified, 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.