This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[RFA] doc/gdbint.texinfo: return_command uses POP_FRAME
- To: gdb-patches at sources dot redhat dot com
- Subject: [RFA] doc/gdbint.texinfo: return_command uses POP_FRAME
- From: Nicholas Duffek <nsd at redhat dot com>
- Date: Wed, 3 Jan 2001 15:41:55 -0500
A minor documentation edit: POP_FRAME is used in return_command() as well
as in call_function_by_hand().
doc/ChangeLog:
* gdbint.texinfo (POP_FRAME): Document use by return_command.
Okay to apply?
Nicholas Duffek
<nsd@redhat.com>
[patch follows]
Index: gdb/doc/gdbint.texinfo
===================================================================
diff -up gdb/doc/gdbint.texinfo gdb/doc/gdbint.texinfo
--- gdb/doc/gdbint.texinfo Tue Dec 19 11:09:39 2000
+++ gdb/doc/gdbint.texinfo Tue Dec 19 11:08:39 2000
@@ -2028,7 +2028,7 @@ definition is only used in generic code
@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