Sun Studio 12 Update 1: Debugging a Program With dbx

Syntax

intercept -x excluded_typename [, excluded_typename ...]

Add throws of excluded_typename to the excluded list.

intercept -a[ll] -x excluded_typename [, excluded_typename...]

Add all types except excluded_typename to the intercept list.

intercept -s[et] [intercepted_typename [, intercepted_typename ...]] [-x excluded_typename [, excluded_typename]]

Clear both the intercept list and the excluded list, and set the lists to intercept or exclude only throws of the specified types.

intercept

List intercepted types.

where:

included_typename and excluded_typename are exception type specifications such as List <int> or unsigned short.