Content-type: text/html
The TotalView debugger is a source-level debugger with a graphic user interface (based on the X Window System) and features for debugging distributed programs, multiprocess programs, and multithreaded programs. You need a workstation or terminal running the X Window System to use TotalView. TotalView is available on a number of different platforms.
filename specifies the name of an executable to be debugged. The name can be an absolute or relative pathname. The executable must be compiled with source line information (usually the -g compiler switch). Any multiprocess programs that call fork(), vfork(), or execve() should be linked with the dbfork library.
corefile specifies the name of a core file. Specify this argument in addition to filename when you want to examine a core file with TotalView:
Options to the totalview command are described in the TotalView Reference Guide. If you have access to the internet, you can also find these options listed on our web site. Our online documentation is located at http://www.totalviewtech.com/support/docs/.