Go to main content
Oracle® Developer Studio 12.5: Debugging a Program with dbx

Exit Print View

Updated: June 2016
 
 

adi examine Command

The adi examine command displays one ADI version per cacheline. All groups of output lines that would be identical to the immediately preceding output line (except for byte offsets) will be replaced with a line containing only an asterisk (*). The last line is always printed. This command is supported only in native mode on Oracle Solaris SPARC systems.

Native Mode Syntax

adi examine | x <addr> [ / <count> ]

Displays the ADI version, one per cache line, starting at addr for count addresses. The default count is 1.

adi examine | x &object [ / <count> ]

Displays the ADI version for an object for count bytes, up to the address span of the object. The default count is the entire object. Only one version per cacheline is printed.

adi examine | x <addr1> , <addr2>

Displays the ADI version, one per cacheline, from addr1 through addr2, inclusive.

where:

addr is an address in the debuggee's address space.

count is the number of bytes.