gdb-2.8.1
[deliverable/binutils-gdb.git] / gdb / gdb.1
CommitLineData
3bf57d21 1.TH GDB 1 "13 April 1987"
2.UC 4
3.SH NAME
4gdb \- Project GNU's DeBugger
5.SH SYNOPSIS
6\fBgdb\fP [ \fBoptions\fP ] See documentation mentioned below.
7.SH DESCRIPTION
8\fIgdb\fP is a source level symbolic debugger for C programs, created by
9Richard M. Stallman (rms) for the GNU Project, and distributed by the
10Free Software Foundation. Eventually GNU (Gnu's Not Unix) will be a
11complete replacement for Berkeley Unix, all of which everyone will be
12able to use freely. See the \fIGNU Emacs\fP man page for pointers to more
13information.
14.PP
15\fIgdb\fP has something of the flavor of \fIdbx\fP,
16but has more features and power. It can also be used to debug o/s
17kernels, but needs to be configured differently for that task.
18.PP
19Project GNU isn't using Unix man pages. Its style of complete
20documentation can be found by:
21.PP
22The help and info commands inside \fIgdb\fP.
23.PP
24In the Info system in \fIGNU Emacs\fP. Type C-h i, and follow the
25directions. This is equivalent to the reference manual for
26\fIgdb\fP, and has about 55 pages of text.
27.PP
28\fIgdb\fP could be extended to work with other languages (e.g. Pascal) and
29machines (e.g. encores). If you like, copy the sources and give it a
30try. When you have it working send \fIdiff -c\fP's of the changed files to
31bug-gdb@prep.ai.mit.edu (fuller details below), so they can benefit everyone.
32.SH DISTRIBUTION
33\fIgdb\fP is free; anyone may redistribute copies of
34\fIgdb\fP to anyone under the terms stated in the
35\fIgdb\fP General Public License, a copy of which accompanies each copy of
36\fIgdb\fP, is readable with the info command inside \fIgdb\fP,
37and which also appears in the \fIgdb\fP reference manual.
38.PP
39Copies of \fIgdb\fP may sometimes be received packaged with
40distributions of Unix systems, but it is never included in the scope
41of any license covering those systems. Such inclusion would violate
42the terms on which distribution is permitted. In fact, the primary
43purpose of the General Public License is to prohibit anyone from
44attaching any other restrictions to redistribution of \fIgdb\fP.
45.PP
46You can order printed copies of the \fIgdb\fP reference manual for $10.00/copy
47postpaid from the Free Software Foundation, which develops GNU software
48(contact them for quantity prices on the manual). Their address is:
49.nf
50 Free Software Foundation
51 1000 Mass Ave.
52 Cambridge, MA 02138
53.fi
54As with all software and publications from FSF, everyone is permitted to
55make and distribute copies of the \fIgdb\fP reference manual.
56The TeX source to the \fIgdb\fP reference
57manual is also included in the \fIGNU Emacs\fP source distribution.
58.PP
59.SH OPTIONS
60See documentation.
61.SH EXAMPLES
62See documentation.
63.SH "SEE ALSO"
64adb(1), sdb(1), dbx(1)
65.SH BUGS
66There is a mailing list, bug-gdb@prep.ai.mit.edu on the internet
67(ucbvax!prep.ai.mit.edu!bug-gdb on UUCPnet), for reporting \fIgdb\fP
68bugs and fixes. But before reporting something as a bug, please try
69to be sure that it really is a bug, not a misunderstanding or a
70deliberate feature. We ask you to read the section ``Reporting Emacs
71Bugs'' near the end of the \fIGNU Emacs\fP reference manual
72(or Info system) for hints
73on how and when to report bugs. Also, include the version number of
74the \fIgdb\fP you are running in \fIevery\fR bug report that you send in.
75.PP
76Do not expect a personal answer to a bug report. The purpose of reporting
77bugs is to get them fixed for everyone in the next release, if possible.
78For personal assistance, look in the SERVICE file
79(see the \fIGNU Emacs\fP man page) for
80a list of people who offer it.
81.PP
82Please do not send anything but bug reports to this mailing list.
83Send other stuff to gnu@prep.ai.mit.edu (or the
84corresponding UUCP address). For more information about GNU mailing
85lists, see the file MAILINGLISTS (see the \fIGNU Emacs\fP man page). Bugs tend
86actually to be fixed if they can be isolated, so it is in your
87interest to report them in such a way that they can be easily
88reproduced.
89.PP
90No bugs are known at this time.
91
This page took 0.026684 seconds and 4 git commands to generate.