From 1c6147de4c7abe21131f453f852d9885b169cb87 Mon Sep 17 00:00:00 2001 From: Nicholas Duffek Date: Thu, 4 Jan 2001 15:39:28 +0000 Subject: [PATCH] * gdbint.texinfo (POP_FRAME): Document use by return_command. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdbint.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8fa44e6559..91dd4ae199 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-04 Nicholas Duffek + + * gdbint.texinfo (POP_FRAME): Document use by return_command. + 2000-12-25 Eli Zaretskii * refcard.tex: Version and copyright fixed. From Phil Edwards diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 0a54d2408e..952199e22d 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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