diff options
author | Nicholas Duffek <nsd@redhat.com> | 2001-01-04 15:39:28 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2001-01-04 15:39:28 +0000 |
commit | e73830ead47d62563d850b9ba540fe49c89bd2b1 (patch) | |
tree | 9a6fa67305a8b3458456b3107d826c4573e82527 | |
parent | 863915583d1d4ee4e08aaed37da0892f7807b36b (diff) | |
download | gdb-e73830ead47d62563d850b9ba540fe49c89bd2b1.tar.gz |
* gdbint.texinfo (POP_FRAME): Document use by return_command.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8fa44e65590..91dd4ae199e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-04 Nicholas Duffek <nsd@redhat.com> + + * gdbint.texinfo (POP_FRAME): Document use by return_command. + 2000-12-25 Eli Zaretskii <eliz@is.elta.co.il> * refcard.tex: Version and copyright fixed. From Phil Edwards diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index c2cd268a329..b7300cc3555 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -46,7 +46,7 @@ regarded as a program in the language TeX). @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.17 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.18 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -2028,7 +2028,7 @@ definition is only used in generic code when parsing "$ps".) @item POP_FRAME Used in @samp{call_function_by_hand} to remove an artificial stack -frame. +frame and in @samp{return_command} to remove a real stack frame. @item PUSH_ARGUMENTS (nargs, args, sp, struct_return, struct_addr) Define this to push arguments onto the stack for inferior function |