This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH/5] fix doco


FYI,

I've imported the attatched onto the branch.

	Andrew
2000-04-10  Jim Blandy  <jimb@redhat.com>

	* gdbint.texinfo (Target Architecture Definition): Fix
	cross-references.

Index: gdbint.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v
retrieving revision 1.5
diff -p -r1.5 gdbint.texinfo
*** gdbint.texinfo	2000/04/08 17:49:31	1.5
--- gdbint.texinfo	2000/04/12 00:20:10
*************** text section.  (Seems dubious.)
*** 1677,1703 ****
  
  @item REGISTER_CONVERTIBLE (@var{reg})
  Return non-zero if @var{reg} uses different raw and virtual formats.
! @xref{Using Different Target and Host Data Representations}.
  
  @item REGISTER_RAW_SIZE (@var{reg})
  Return the raw size of @var{reg}.
! @xref{Using Different Target and Host Data Representations}.
  
  @item REGISTER_VIRTUAL_SIZE (@var{reg})
  Return the virtual size of @var{reg}.
! @xref{Using Different Target and Host Data Representations}.
  
  @item REGISTER_VIRTUAL_TYPE (@var{reg})
  Return the virtual type of @var{reg}.
! @xref{Using Different Target and Host Data Representations}.
  
  @item REGISTER_CONVERT_TO_VIRTUAL(@var{reg}, @var{type}, @var{from}, @var{to})
  Convert the value of register @var{reg} from its raw form to its virtual
! form.  @xref{Using Different Target and Host Data Representations}.
  
  @item REGISTER_CONVERT_TO_RAW(@var{type}, @var{reg}, @var{from}, @var{to})
  Convert the value of register @var{reg} from its virtual form to its raw
! form.  @xref{Using Different Target and Host Data Representations}.
  
  @item SOFTWARE_SINGLE_STEP_P
  Define this as 1 if the target does not have a hardware single-step
--- 1677,1705 ----
  
  @item REGISTER_CONVERTIBLE (@var{reg})
  Return non-zero if @var{reg} uses different raw and virtual formats.
! @xref{Target Architecture Definition, , Using Different Register and Memory Data Representations}.
  
  @item REGISTER_RAW_SIZE (@var{reg})
  Return the raw size of @var{reg}.
! @xref{Target Architecture Definition, , Using Different Register and Memory Data Representations}.
  
  @item REGISTER_VIRTUAL_SIZE (@var{reg})
  Return the virtual size of @var{reg}.
! @xref{Target Architecture Definition, , Using Different Register and Memory Data Representations}.
  
  @item REGISTER_VIRTUAL_TYPE (@var{reg})
  Return the virtual type of @var{reg}.
! @xref{Target Architecture Definition, , Using Different Register and Memory Data Representations}.
  
  @item REGISTER_CONVERT_TO_VIRTUAL(@var{reg}, @var{type}, @var{from}, @var{to})
  Convert the value of register @var{reg} from its raw form to its virtual
! form.
! @xref{Target Architecture Definition, , Using Different Register and Memory Data Representations}.
  
  @item REGISTER_CONVERT_TO_RAW(@var{type}, @var{reg}, @var{from}, @var{to})
  Convert the value of register @var{reg} from its virtual form to its raw
! form.
! @xref{Target Architecture Definition, , Using Different Register and Memory Data Representations}.
  
  @item SOFTWARE_SINGLE_STEP_P
  Define this as 1 if the target does not have a hardware single-step

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]