Programming Tools Guide
Chapter 8, adb: absolute debugger

Displaying program instructions and data

Displaying program instructions and data

The adb program provides several commands for displaying the instructions and data of a given file.

address [, count ] = format
address [, count ] ? format
address [, count ] / format

In the above command lines address is a value or expression giving the location of the instruction or data item. count is an expression giving the number of items to be displayed, and format is an expression defining how to display the items. The equal sign (=), question mark (?), and slash (/) tell adb from what source to take the item for display.