| |||
| Home > ARM Symbolic Debugger > Alphabetical list of armsd commands > find | |||
The find command finds all occurrences
in memory of a given integer value or character string.
The syntax of the find command is either of the following:
find expression1 {,expression2 {,expression3}}
find string {,expression2 {,expression3}}
where:
expression1gives the words in memory to search for
expression2specifies the lower boundary for the search. If is absent,
the base of the currently loaded image is used.expression2
expression3specifies the upper boundary for the search. If is absent,
the top (R/W limit) of the currently loaded image is used.expression3
stringspecifies the string to search for.