diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 19f11db10cd..ab547e8656c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com> + + * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): + Update. + Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com> * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e0148c4bd31..6af2f2b35e6 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -46,7 +46,7 @@ regarded as a program in the language TeX). @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.1.1.2 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.1.1.3 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -1557,12 +1557,12 @@ defined, no conversion will be done. (Only used for m88k targets.) @item SKIP_PROLOGUE (pc) -A C statement that advances the @var{pc} across any function entry -prologue instructions so as to reach ``real'' code. +A C expression that returns the address of the ``real'' code beyond the +function entry prologue found at @var{pc}. @item SKIP_PROLOGUE_FRAMELESS_P -A C statement that should behave similarly, but that can stop as soon as -the function is known to have a frame. If not defined, +A C expression that should behave similarly, but that can stop as soon +as the function is known to have a frame. If not defined, @code{SKIP_PROLOGUE} will be used instead. @item SKIP_TRAMPOLINE_CODE (pc) |