Digital UNIX
PrevChapter 7. Development EnvironmentNext

Debuggers

Digital UNIX Version 4.0 supports the following two source code debuggers:

The dbx Debugger

The dbx debugger supports debugging programs written in C, FORTRAN, Assembler, Cobol, and Pascal. It supports debugging active kernels, either locally or remotely; analyzing kernel crash dumps; debugging program core dumps; shared libraries; and, through /proc, attachment to running processes and programs using multiple threads. It can also patch the on-disk copy of either user programs or the kernel. The dbx debugger also supports multiprocess debugging and allows debugging through fork and exec calls.

The ladebug Debugger

The ladebug debugger is a source level, object-oriented symbolic debugger that has both a graphical user interface (GUI) and a command-line interface similar to the dbx command-line interface, Note that the GUI is also integrated with FUSE and can be accessed from the Common Desktop Environment (CDE).

The ladebug debugger supports the following functionality:


PrevHomeNext
CompilerUpProfiling Tools