OSDN Git Service

* gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 6 Nov 2001 11:01:22 +0000 (11:01 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 6 Nov 2001 11:01:22 +0000 (11:01 +0000)
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index e7c1279..8a5901a 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
+
 2001-11-05  Michael Snyder  <msnyder@redhat.com>
 
        * gdb.texinfo (info functions): Document use of backslash to 
index 31bd5a1..b79191f 100644 (file)
@@ -42,7 +42,7 @@ Software Foundation raise funds for GNU development.''
 @page
 @tex
 \def\$#1${{#1}}  % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.42 $}  % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.43 $}  % For use in headers, footers too
 {\parskip=0pt
 \hfill Cygnus Solutions\par
 \hfill \manvers\par
@@ -3104,6 +3104,13 @@ stack top) stack address @var{rhs}. Define this as @code{lhs < rhs} if
 the target's stack grows downward in memory, or @code{lhs > rsh} if the
 stack grows upward.
 
+@item gdbarch_in_function_epilogue_p (@var{gdbarch}, @var{pc})
+@findex gdbarch_in_function_epilogue_p
+Returns non-zero if the given @var{pc} is in the epilogue of a function.
+The epilogue of a function is defined as the part of a function where
+the stack frame of the function already has been destroyed up to the
+final `return from function call' instruction.
+
 @item IN_SIGTRAMP (@var{pc}, @var{name})
 @findex IN_SIGTRAMP
 Define this to return non-zero if the given @var{pc} and/or @var{name}