Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Solaris Studio 12.3: Debugging a Program With dbx Oracle Solaris Studio 12.3 Information Library |
4. Viewing and Navigating To Code
5. Controlling Program Execution
6. Setting Breakpoints and Traces
8. Evaluating and Displaying Data
11. Debugging Multithreaded Applications
16. Debugging Fortran Using dbx
17. Debugging a Java Application With dbx
18. Debugging at the Machine-Instruction Level
19. Using dbx With the Korn Shell
20. Debugging Shared Libraries
The module command reads debugging information for one or more modules. It is valid only in native mode.
Print the name of the current module.
Read in debugging information for the module called name.
Read in debugging information for all modules.
where:
name is the name of a module for which to read debugging information.
-a specifies all modules.
-f forces reading of debugging information, even if the file is newer than the executable (use with caution!).
-v specifies verbose mode, which prints language, file names, and such.
-q specifies quiet mode.