You can sort the contents of the Tools > Expression List Window by clicking on the column header. After you click on the header, TotalView adds an indicator that shows that the column was sorted and the way in which it was sorted. In the figure in the previous topic, the
Value column is sorted in ascending order.
The up and down arrows () on the right side of the
Tools > Expression List Window toolbar let you change the order in which TotalView displays rows. For example, clicking the down arrow moves the currently selected row (indicated by the highlight) one row lower in the display.
You can change an expression by clicking in it, and then typing new characters and deleting others. Select
Edit > Reset Defaults to remove all edits you have made. When you edit an expression, TotalView uses the scope that existed when you created the variable.
You can edit an expression’s data type by displaying the Type column and making your changes. Select
Edit > Reset Defaults to remove all edits you have made.
You can change an expression’s value if that value is stored in memory by editing the contents of the
Value column.
Deletes the selected row. This command is also on a context (right-click) menu. If you have more than one
Expression List Window open, deleting a row from one window deletes the row from all open windows.
Deletes all of the Expression List Window rows. If you have more than one
Expression List Window open, deleting all expressions from one window deletes all expressions in all windows.
Displays the expression or variable in a Variable Window. Although this command is also on a context menu, you can just double-click or middle-click on the variable’s name instead.
Duplicates the selected column. You would duplicate a column to see a similar variable or expression. For example, if
myvar_looks_at[i] is in the
Expression column, duplicating it and then modifying the new row is an easy way to see
myvar_looks_at[i] and
myvar_looks_at[i+j-k] at the same time.