In This Book

For large bu￿ers, the dump command is useful because you can use the -fromand -tooptions to specify address ranges. Also, dump takes a number of options that allow you to format the output.

The following example shows a sequence of commands that determine an address range in a bu￿er. Then, the dump command prints the data in the address range:

describe buff[60] -va 4000110C

describe buff[92] -va4 4000112A

dump -from 4000110C -to 4000112A -char-bits 256 "a rather serious crime\nTo marry "

Notice that the -charoption causes the output to be displayed as characters. The -bits 256 option speci￿es that the output should be formatted in units of 256 bits or 32 characters.

See the online command reference for more information on the describe , print , and dump commands.

Viewing and Manipulating Target Program Data 4-9