Sun Studio 12: Debugging a Program With dbx

Using the dis Command

The dis command is equivalent to the examine command with i as the default display format.

Here is the syntax for the dis command.


dis [address] [address1, address2] [/count]

The dis command: