map subcommand for dbx: Display load characteristics

Format

map [>file]

Description

The map subcommand displays characteristics for each loaded portion of the program. This information includes the name, text origin, text length, text end, text subpool, data origin, data length, data subpool, and file descriptor for each loaded module. The data origin, data length, data subpool, and file descriptor do not contain meaningful information.

Options

>file
Redirects output to the specified file.

Usage notes

The map subcommand can be run only while the dbx debug program is running.

Examples

To examine the characteristics of the loaded portions of the application, enter:
map