| |||
| Home > Analyzing Trace with the Analysis Window > Filtering information in captured trace > 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):
Select Filter → Filter on Data Values... from the Analysis window menu to open the Prompt dialog box. Figure 9.15 shows an example:
Enter one of the following types of information:
Specify a data value, in decimal or hexadecimal format, if you want to filter the information to display only that row.
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:
,
such as data_low..data_high1..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.
,
such as data_low..+len40..+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 of
10 represents the offset value.len
Click Filter.