9.5.4. Filtering for specific data values

To filter the information down to a specified data value, or range of data values, read from or written to memory (in either of the Data/Hex or Data/Dec columns):

  1. Select Filter → Filter on Data Values... from the Analysis window menu to open the Prompt dialog box. Figure 9.15 shows an example:

    Figure 9.15. Filtering on a data value match

    Filtering on a data value match

  2. Enter one of the following types of information:

    Data value

    Specify a data value, in decimal or hexadecimal format, if you want to filter the information to display only that row.

    Data range

    Specify a range of data values, where RealView Debugger filters the information down to only rows of data values that are read from, or written to, memory, within that range. The range you specify can be either:

    • data_low..data_high, such as 1..10, where RealView Debugger displays only those rows containing data values that are read from, or written to, memory within the range 1 to 10.

    • data_low..+len, such as 40..+10, where RealView Debugger displays only those rows containing data values that are read from, or written to, memory, within the range 40 to 50. The len of 10 represents the offset value.

  3. Click Filter.

See also

Copyright © 2006-2011 ARM. All rights reserved.ARM DUI 0322G
Non-ConfidentialID052111