Debugging a Program With dbx

Error Type Location Specifier

The following are the error type location specifiers.

in loadobject

All functions in the designated program or library 

in file

All functions in file 

in function

Named function 

at line specifier

At source line 

addr address

At hex address 

To see a list of the load objects, type loadobjects at the dbx prompt. If the line specifier is blank, the command applies globally to the program. Only one line specifier may be given per command.