Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

Listing Modules

The modules command helps you keep track of modules by listing module names.

To list the names of modules containing debugging information that have already been read into dbx, type:

(dbx) modules [-v] -read

To list the names of all program modules regardless of whether they contain debugging information:

(dbx) modules [-v]

To list all program modules that contain debugging information:

(dbx) modules [-v] -debug

where:

-v

Specifies verbose mode, which prints language, file names, and so on.