20. Program Debugging
Contents:
This section presents the debugging utilities for the UNIX environment:
These debuggers take an executable object file and its
corefile-the core image file produced when
If Each debugging utility is listed among the UNIX commands in Section 2 of this guide. 20.1 The Sdb DebuggerSdb, the symbolic debugger, is used for checking assembly programs, executable C and FORTRAN programs, and core files resulting from aborted programs. It has the following command-line syntax:
A
-
in place of 20.1.1 Options
20.1.2 Command Specifiers
In the "Commands" section below, commands use
the specifiers 20.1.2.1 Values for m
20.1.2.2 Values for l
Length specifiers are meaningful only with
20.1.3 CommandsRefer to the previous specifiers when reviewing the sdb commands, which are grouped below: 20.1.4 Formatted Printing
20.1.5 Examining the Source
20.1.6 Executing the Source
20.1.7 Breakpoint and Program Control
20.1.8 Miscellaneous Commands
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|