Sun Studio 12 Update 1: Debugging a Program With dbx

Syntax

handler -enable handler_id ...

Enable given handlers, specify handler_id as all for all handlers.

handler -disable handler_id ...

Disable given handlers, specify handler_id as all for all handlers. Use $firedhandlers instead of handler_id to disable the handlers that caused the most recent stoppage.

handler -count handler_id

Print value of trip counter for given handler.

handler -count handler_id new_limit

Set new count limit for given event.

handler -reset handler_id

Reset trip counter for given handler.

where:

handler_id is the identifier of a handler.