Improve how we ask for bug reports.
authorJohn Gilmore <gnu@cygnus>
Fri, 13 Dec 1991 17:48:06 +0000 (17:48 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 13 Dec 1991 17:48:06 +0000 (17:48 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index d13f2c061f2f07a813d8d94537354dfdc6e3f701..4bbfcb5cc48b419e1f4cf7ea8a9636a98e2f2efb 100644 (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)
 
        * Makefile.in: infodir belongs in datadir.
index f6a1702adf9bf8744a18b5bbcbf7ad41357c658f..f936a277fb5be306514ac4fd1251787ed49602bf 100644 (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__.
 
 @item
-A complete input script, and all necessary source files, that will
-reproduce the bug.
+The type of machine you are using, and the operating system name and
+version number.
 
 @item
 What compiler (and its version) was used to compile _GDBN__---e.g.
 ``_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
 The command arguments you gave the compiler to compile your example and
 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
 and then we might not encounter the bug.
 
 @item
-The type of machine you are using, and the operating system name and
-version number.
+A complete input script, and all necessary source files, that will
+reproduce the bug.
 
 @item
 A description of what behavior you observe that you believe is
This page took 0.031567 seconds and 4 git commands to generate.