diff options
Diffstat (limited to 'static/v10/man1/cdb.1')
| -rw-r--r-- | static/v10/man1/cdb.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/static/v10/man1/cdb.1 b/static/v10/man1/cdb.1 new file mode 100644 index 00000000..7a32353c --- /dev/null +++ b/static/v10/man1/cdb.1 @@ -0,0 +1,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 -- |
