TotalView User Guide : Part V: Debugging : Examining Arrays : Examining and Analyzing Arrays : Filtering Array Data Overview : Filtering a Range of Values

Filtering a Range of Values
You can also filter array values by specifying a range, as follows:
[>] low-value : [<] high-value
where low-value specifies the lowest value to include, and high-value specifies the highest value to include, separated by a colon. The high and low values are inclusive unless you use less-than (<) and greater-than (>) symbols. If you specify a > before low-value, the low value is exclusive. Similarly, a < before high-value makes it exclusive.
The values of lowvalue and highvalue must be constants of type integer, unsigned integer, or floating point. The data type of lowvalue must be the same as the type of high-value, and lowvalue must be less than high-value. If lowvalue and highvalue are integer constants, you can append the letter u or U to the value to force an unsigned comparison. The following figure shows a filter that tells TotalView to only display values greater than 63, but less than 512. (See Figure 217.)
 

Rogue Wave Software, Inc.
Voice: (303) 473-9118
rwonlinedocs@roguewave.com