Sun Studio 12 Update 1: Debugging a Program With dbx

call Command

When you use the call command in dbx, you call a procedure and the procedure performs as specified:


call proc([params])

The procedure could modify something in your program. dbx is making the call as if you had written it into your program source.

For more information, see call Command.