* gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
authorAndrew Cagney <cagney@redhat.com>
Tue, 5 Dec 2000 00:44:34 +0000 (00:44 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 5 Dec 2000 00:44:34 +0000 (00:44 +0000)
DWARF2_REG_TO_REGNUM): Document.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 18162c12c1faa646c3adbaaddfa0a1bcaabdc1f7..1e51f22b60f69ab5f27444e8dee906113ad24fd9 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
+       DWARF2_REG_TO_REGNUM): Document.
+
 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdbint.texinfo (Coding): Update current value of
index 7e486f4252a840b1b68fe6ffcc47425a32919b14..0a54d2408e9458a9583f1e770ff9115c49982d0a 100644 (file)
@@ -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 ?)
This page took 0.031408 seconds and 4 git commands to generate.