V3/man/man1/cdb.1

Compare this file to the similar file:
Show the results in this format:

.pa 1
.he 'CDB (I)'1/15/73'CDB (I)'
.ti 0
NAME		cdb -- C debugger
.sp
.ti 0
SYNOPSIS	cdb___ [ core [ a.out ] ]
.sp
.ti 0
DESCRIPTION	cdb___
is a debugging program for use with C programs.
It is by no means completed,
and this section is essentially only a placeholder
for the actual description.

Cdb resembles db__ in many respects, except that
all integers are decimal.

Even the present cdb___ has one useful feature:
the command 

	$

will give a stack
trace
of the core image of a terminated C program.
The calls are listed in the order made;
the actual arguments to each routine are given
in octal.
.sp
.ti 0
FILES		--
.sp
.ti 0
SEE ALSO	cc(I), db(I), C Reference Manual
.sp
.ti 0
DIAGNOSTICS	"?"
.sp
.ti 0
BUGS		--