DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
adb: absolute debugger

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.


Next topic: Forming addresses
Previous topic: Exiting adb

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003