| |||
| Home > Examining the Target Execution Environment > Finding a function in your code > Viewing the functions of a module | |||
You can shorten the list of functions in the Functions tab to list only those functions for a specific module in an image. This is especially useful if you have multiple images loaded.
To shorten the list of functions to a specific module in an image:
In the Images tab of the Symbols pane, double-click on the image name. The Modules tab is displayed, and lists only the modules for that image, shown in Figure 13.3.
Notice that the Filter field changes to include the image reference. For example, for the Dhrystone image, the filter changes to:
@dhrystone\*\*
Locate the module containing the required function.
Double-click on the module name. The Functions tab is displayed, and lists only the functions for the chosen module.
Notice that the Filter field changes
to include the image reference. For example, for the module DHRY_1 in
the Dhrystone image, the filter changes to:
@dhrystone\DHRY_1\*
If you want to list the functions for multiple modules that
have similar names, such as DHRY_1 and DHRY_2,
then enter the characters that are common to the required module.
For example, enter dhr\*.