From 392a587b0562bfd8561bc15ad2625a4f49f461f0 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 25 May 1999 18:09:09 +0000 Subject: import gdb-1999-05-25 snapshot --- gdb/doc/ChangeLog | 9 +++++++++ gdb/doc/gdbint.texinfo | 18 ++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ab547e8..87c3920 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,12 @@ +Mon May 24 10:07:39 1999 Andrew Cagney + + * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter + numargs was dropped. + +Thu May 20 12:26:59 1999 Andrew Cagney + + * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update. + Tue Apr 27 19:14:20 1999 Andrew Cagney * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 6dffb98..d829958 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -1330,10 +1330,10 @@ the processor's floating point unit. @item FP_REGNUM The number of the frame pointer register. -@item FRAMELESS_FUNCTION_INVOCATION(fi, frameless) -Define this to set the variable @var{frameless} to 1 if the function -invocation represented by @var{fi} does not have a stack frame -associated with it. Otherwise set it to 0. +@item FRAMELESS_FUNCTION_INVOCATION(fi) +Define this to an expression that returns 1 if the function invocation +represented by @var{fi} does not have a stack frame associated with it. +Otherwise return 0. @item FRAME_ARGS_ADDRESS_CORRECT stack.c @@ -1366,9 +1366,10 @@ current stack frame storing each in @code{frame->saved_regs}. Space for @var{FRAME_FIND_SAVED_REGS} and @var{EXTRA_FRAME_INFO} are deprecated. -@item FRAME_NUM_ARGS (val, fi) -For the frame described by @var{fi}, set @var{val} to the number of arguments -that are being passed. +@item FRAME_NUM_ARGS (fi) +For the frame described by @var{fi} return the number of arguments that +are being passed. If the number of arguments is not known, return +@code{-1}. @item FRAME_SAVED_PC(frame) Given @var{frame}, return the pc saved there. That is, the return @@ -1529,7 +1530,8 @@ Used in @samp{call_function_by_hand} to remove an artificial stack frame. @item PUSH_ARGUMENTS (nargs, args, sp, struct_return, struct_addr) -Define this to push arguments onto the stack for inferior function call. +Define this to push arguments onto the stack for inferior function +call. Return the updated stack pointer value. @item PUSH_DUMMY_FRAME Used in @samp{call_function_by_hand} to create an artificial stack frame. -- cgit v1.1