summaryrefslogtreecommitdiff
path: root/static/v10/man1/cdb.1
blob: 7a32353cc5ebd3575550f8c3a37e598d1c25cff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.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		--