Loadmap pane

The Loadmap pane displays the hierarchy of programs and libraries that are bound to the process for the program currently loaded in the PASE Debugger.

You can display the source for a particular file in the Source window, resolve the loadmap source files, or search for a file in the list.

To display a file in the Source window, right-click the file that you want to display and select Go To Source.

To display the assembly code instructions associated with a module, right-click the module and select Go To Disassembly. PASE Debugger displays the module in the assembly code area of the Source window.

To resolve a loadmap, click a top-level entry (under one of the folders) and select Resolve Loadmap Source.

Note: Resolving the loadmap source may take a long time, especially for a large program when the loadmap contains a large volume of information. For example, the loadmap for a large program might contain a list of multiple symbol declarations, the locations of the multiple declarations, a list of object modules and archives required to build the executable file, and so on.

To search for specific text in the file names, complete the following steps:

  1. Right-click in the Files pane and select Find.
  2. In the Find dialog, type the text that you want to search for.
  3. Click OK.