Research V4 development
[unix-history] / man / man1 / cdb.1
CommitLineData
60befc18
KT
1.th CDB I 8/15/73
2.sh NAME
3cdb \*- C debugger
4.sh SYNOPSIS
5.bd cdb
6[ core [ a.out ]]
7.sh DESCRIPTION
8.it Cdb
9is a debugging program for use with C programs.
10It is by no means completed,
11and this section is essentially only a placeholder
12for the actual description.
13.s3
14Even the present
15.it cdb
16has one useful feature:
17the command
18.s3
19.bd " $"
20.s3
21will give a stack
22trace
23of the core image of a terminated C program.
24The calls are listed in the order made;
25the actual arguments to each routine are given
26in octal.
27.sh "SEE ALSO"
28cc(I), db(I), C Reference Manual
29.sh BUGS
30It has to be fixed to work with the new system.