CDB (I) 1/15/73 CDB (I) NAME cdb -- C debugger SYNOPSIS cdb [ core [ a.out ] ] DESCRIPTION cdb is a debugging program for use with C pro- grams. 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 rou- tine are given in octal. FILES -- SEE ALSO cc(I), db(I), C Reference Manual DIAGNOSTICS "?" BUGS --