From: Andrew Cagney Date: Tue, 5 Dec 2000 00:44:34 +0000 (+0000) Subject: * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dcedd822e4933f4e9cf2b23eadd2e1581843b96;p=binutils-gdb.git * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Document. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 18162c12c1f..1e51f22b60f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 30 16:57:19 2000 Andrew Cagney + + * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, + DWARF2_REG_TO_REGNUM): Document. + Mon Nov 20 21:29:35 2000 Andrew Cagney * gdbint.texinfo (Coding): Update current value of diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 7e486f4252a..0a54d2408e9 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -1640,6 +1640,18 @@ library in which breakpoints cannot be set and so should be disabled. @item DO_REGISTERS_INFO If defined, use this to print the value of a register or all registers. +@item DWARF_REG_TO_REGNUM +Convert DWARF register number into @value{GDBN} regnum. If not defined, +no conversion will be performed. + +@item DWARF2_REG_TO_REGNUM +Convert DWARF2 register number into @value{GDBN} regnum. If not +defined, no conversion will be performed. + +@item ECOFF_REG_TO_REGNUM +Convert ECOFF register number into @value{GDBN} regnum. If not defined, +no conversion will be performed. + @item END_OF_TEXT_DEFAULT This is an expression that should designate the end of the text section (? FIXME ?)