Debugging a Program With dbx

suppress|unsuppress

Some or all files in a load object may not be compiled with the -g switch. This implies that there is no debugging information available for functions that belong in these files. RTC uses some default suppression in these cases.

To get a list of these defaults:


{suppress | unsuppress} -d

To change the defaults for one load object:


{suppress | unsuppress} -d [error type
] [in loadobject]

To change the defaults for all load objects:


{suppress | unsuppress} -d [error type
]

To reset these defaults to the original settings:


suppress -reset

Use the following command to suppress or unsuppress the most recent error. The command applies only to access errors and not to leak errors:


{suppress | unsuppress} -last

To display the history of the suppress commands not including the -d and -reset commands:


{suppress | unsuppress}

Turn error reports on or off for the specified error types for the specified location:


{suppress | unsuppress} [error type
... [location_specifier
]]

To remove the suppress or unsuppress events as given by the id(s):


suppress -r id...

To remove all the suppress and unsuppress events as given by suppress:


suppress -r [0 | all | -all]