Improve how we ask for bug reports.

This commit is contained in:
John Gilmore
1991-12-13 17:48:06 +00:00
parent 8f861f082d
commit ddf21240ab
2 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,7 @@
Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
* gdb.texinfo: Improve how we ask for bug reports.
Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com) Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: infodir belongs in datadir. * Makefile.in: infodir belongs in datadir.

View File

@ -6922,24 +6922,29 @@ Without this, we won't know whether there is any point in looking for
the bug in the current version of _GDBN__. the bug in the current version of _GDBN__.
@item @item
A complete input script, and all necessary source files, that will The type of machine you are using, and the operating system name and
reproduce the bug. version number.
@item @item
What compiler (and its version) was used to compile _GDBN__---e.g. What compiler (and its version) was used to compile _GDBN__---e.g.
``_GCC__-1.37.1''. ``_GCC__-1.37.1''.
@item
What compiler (and its version) was used to compile the program you
are debugging---e.g. ``_GCC__-1.37.1''.
@item @item
The command arguments you gave the compiler to compile your example and The command arguments you gave the compiler to compile your example and
observe the bug. For example, did you use @samp{-O}? To guarantee observe the bug. For example, did you use @samp{-O}? To guarantee
you won't omit something important, list them all. you won't omit something important, list them all. A copy of the
Makefile (or the output from make) is sufficient.
If we were to try to guess the arguments, we would probably guess wrong If we were to try to guess the arguments, we would probably guess wrong
and then we might not encounter the bug. and then we might not encounter the bug.
@item @item
The type of machine you are using, and the operating system name and A complete input script, and all necessary source files, that will
version number. reproduce the bug.
@item @item
A description of what behavior you observe that you believe is A description of what behavior you observe that you believe is