From 43ff13b4182f3853e19e9100c84313a6e9302b70 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 5 Jul 1999 17:58:44 +0000 Subject: import gdb-1999-07-05 snapshot --- gdb/doc/gdbint.texinfo | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/doc/gdbint.texinfo') diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 4db5212..40a43a0 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -1573,6 +1573,12 @@ Deprecated in favor of @var{REGISTER_NAME}. Define this to return 1 if the given type will be passed by pointer rather than directly. +@item SAVE_DUMMY_FRAME_TOS (sp) +Used in @samp{call_function_by_hand} to notify the target dependent code +of the top-of-stack value that will be passed to the the inferior code. +This is the value of the @var{SP} after both the dummy frame and space +for parameters/results have been allocated on the stack. + @item SDB_REG_TO_REGNUM Define this to convert sdb register numbers into GDB regnums. If not defined, no conversion will be done. -- cgit v1.1