This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] doc/gdbint.texinfo: return_command uses POP_FRAME


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]