Sun Studio 12 Update 1: Debugging a Program With dbx

Suppression by Scope and Type

You must specify which type of error to suppress. You can specify which parts of the program to suppress. The options are:

Option  

Description  

Global 

The default; applies to the whole program. 

Load Object 

Applies to an entire load object, such as a shared library, or the main program. 

File 

Applies to all functions in a particular file. 

Function 

Applies to a particular function. 

Line 

Applies to a particular source line. 

Address 

Applies to a particular instruction at an address.