CDB(I)                       8/15/73                       CDB(I)







NAME

     cdb - C debugger



SYNOPSIS

     cdb [ core [ a.out ]]



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.



     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.



SEE ALSO

     cc(I), db(I), C Reference Manual



BUGS

     It has to be fixed to work with the new system.