Sun Studio 12 Update 1: Debugging a Program With dbx

stop infunction name Command

Use the stop infunction command to set breakpoints at all instances of the specified function template:


(dbx) stop infunction square
(9) stop infunction square

For more information, see stop Command and infunction function.