* stabs.texinfo (Parameters): Say that order of stabs is significant.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 30 Jun 1993 23:28:24 +0000 (23:28 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 30 Jun 1993 23:28:24 +0000 (23:28 +0000)
gdb/doc/ChangeLog
gdb/doc/stabs.texinfo

index 17892e2a4b7478eace1cbdb68fd0415aa7549813..7065de5a9a8228a6386c30c4a09629703f752a55 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabs.texinfo (Parameters): Say that order of stabs is significant.
+
 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
index 2c3c1af5b248bfb9434f26494fe0a77bb36cf298..ff1a6c696074845a67116bc16be49233679a0413 100644 (file)
@@ -1057,7 +1057,12 @@ The stab for @code{s_flap} is located just before the @code{N_LBRAC} for
 @c ............................................................
 
 @node Parameters
-@section Parameters 
+@section Parameters
+
+Parameters to a function are represented by a stab (or sometimes two,
+see below) for each parameter.  The stabs are in the order in which the
+debugger should print the parameters (i.e. the order in which the
+parameters are declared in the source file).
 
 The symbol descriptor @samp{p} is used to refer to parameters which are
 in the arglist.  Symbols have symbol type @samp{N_PSYM}.  The value of