Sun Studio 12 Update 1: Debugging a Program With dbx

Native Mode Syntax

files

List the names of all files that contributed debugging information to the current program (those that were compiled with -g).

files regular_expression

List the names of all files compiled with-g that match the given regular expression.

where:

regular_expression is a regular expression.

For example:

(dbx) files ^r
myprog:
retregs.cc
reg_sorts.cc
reg_errmsgs.cc
rhosts.cc