diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/cdb.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/cdb.1')
| -rw-r--r-- | static/unix-v10/man1/cdb.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/static/unix-v10/man1/cdb.1 b/static/unix-v10/man1/cdb.1 new file mode 100644 index 00000000..7a32353c --- /dev/null +++ b/static/unix-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 -- |
