diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-30 23:28:24 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-30 23:28:24 +0000 |
commit | 907a9cabb8760d132fc5649ca827b5b05678c0b0 (patch) | |
tree | 0d67a086869ecd8817c145eb3cc62dd93bf1401e /gdb/doc/stabs.texinfo | |
parent | e02c07a5ef422341a54be9ebd78970cd88878f69 (diff) | |
download | fsf-binutils-gdb-907a9cabb8760d132fc5649ca827b5b05678c0b0.zip fsf-binutils-gdb-907a9cabb8760d132fc5649ca827b5b05678c0b0.tar.gz fsf-binutils-gdb-907a9cabb8760d132fc5649ca827b5b05678c0b0.tar.bz2 |
* stabs.texinfo (Parameters): Say that order of stabs is significant.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r-- | gdb/doc/stabs.texinfo | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 2c3c1af..ff1a6c6 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -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 |