Research V3 development
authorKen Thompson <ken@research.uucp>
Mon, 12 Feb 1973 12:27:17 +0000 (07:27 -0500)
committerKen Thompson <ken@research.uucp>
Mon, 12 Feb 1973 12:27:17 +0000 (07:27 -0500)
Work on file man/man1/cdb.1

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v3

man/man1/cdb.1 [new file with mode: 0644]

diff --git a/man/man1/cdb.1 b/man/man1/cdb.1
new file mode 100644 (file)
index 0000000..7a32353
--- /dev/null
@@ -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\b\b\b___ [ core [ a.out ] ]
+.sp
+.ti 0
+DESCRIPTION    cdb\b\b\b___
+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\b\b__ in many respects, except that
+all integers are decimal.
+
+Even the present cdb\b\b\b___ 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           --