From 7086cf239c197f060990ef3bd1161398befc5529 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 3 Mar 2003 23:28:55 +0000 Subject: 2003-03-03 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Document register_type. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2ca605b3c79..7772b3edfa9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-03 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Document + register_type. + 2003-03-03 Andrew Cagney * stabs.texinfo (Structures): Use @samp and separate @var's diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 5288dcd80e3..e38165b7225 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -41,7 +41,7 @@ Software Foundation raise funds for GNU development.'' @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.125 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.126 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -3506,6 +3506,12 @@ Return the virtual size of @var{reg}. Return the virtual type of @var{reg}. @xref{Target Architecture Definition, , Raw and Virtual Register Representations}. +@item struct type *register_type (@var{gdbarch}, @var{reg}) +@findex register_type +If defined, return the type of register @var{reg}. This function +superseeds @code{REGISTER_VIRTUAL_TYPE}. @xref{Target Architecture +Definition, , Raw and Virtual Register Representations}. + @item REGISTER_CONVERT_TO_VIRTUAL(@var{reg}, @var{type}, @var{from}, @var{to}) @findex REGISTER_CONVERT_TO_VIRTUAL Convert the value of register @var{reg} from its raw form to its virtual -- cgit v1.2.1