Sun Studio 12 Update 1: Debugging a Program With dbx

modules Command

The modules command lists module names. It is valid only in native mode.

Syntax

modules [-v]

List all modules.

modules [-v] -debug

List all modules containing debugging information.

modules [-v] -read

List names of modules containing debugging information that have been read in already.

where:

-v specifies verbose mode, which prints language, file names, and such.