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

Exit Print View

Updated: June 2016
 
 

Command Reference

This appendix provides detailed syntax and functional descriptions of all of the dbx commands.

adi assign Command

The adi assign command assigns a new ADI version to an address. This command is supported only in native mode on Oracle Solaris SPARC systems.

Native Mode Syntax

adi assign <addr> [ / <count> ] = <ver>

Assigns a new ADI version to an address starting at addr for count addresses. The default count is 1. ver must be between 0 and 15.

adi assign <&object> [ / <count> ] = <ver>

Assigns a new ADI version to the address span of the object, or count bytes; whichever is less. The default count is the entire object.

adi assign <addr1>, <addr2> = <ver>

Assigns a new ADI version to addresses from addr1 through addr2. ver must be between 0 and 15.

where:

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

count is the number of bytes.

ver is the newly assigned ADI version.