NextGen TotalView for HPC User Guide : PART I An Introduction to NextGen TotalView for HPC : Chapter 3 Basic Debugging : Program Load and Navigation : Program Navigation
Program Navigation
TotalView provides several ways to search your applications for text strings, files or functions.
"Navigating from within the Source Pane": Navigate to a function from within the Source pane using the context menu.
"Searching with Highlighting and the Find Function". Search in the Source view by highlighting a string or using the Find function.
"Using the Lookup File or Function View". Use the Lookup File or Function view to search for files or functions.
You can also customize the system variables TotalView uses as part of the search path when searching for program elements. See "Search Path".
Navigating from within the Source Pane
You can navigate to a function in the Source pane.
Navigate to the evaluate() function call on line 32, by right-clicking and selecting Navigate to File or Function from the context menu.
NOTE >> If more than one result is found from the navigation operation, then all the results are shown in the Lookup File or Function view. You can easily click through the results to navigate to the location you want.
Note that since the evaluate() function is in a different file, evalexpr.c, that source file opens for viewing in addition to the source file already open containing the main() function.