mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
DWARF2_REG_TO_REGNUM): Document.
This commit is contained in:
@ -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>
|
Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* gdbint.texinfo (Coding): Update current value of
|
* gdbint.texinfo (Coding): Update current value of
|
||||||
|
@ -1640,6 +1640,18 @@ library in which breakpoints cannot be set and so should be disabled.
|
|||||||
@item DO_REGISTERS_INFO
|
@item DO_REGISTERS_INFO
|
||||||
If defined, use this to print the value of a register or all registers.
|
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
|
@item END_OF_TEXT_DEFAULT
|
||||||
This is an expression that should designate the end of the text section
|
This is an expression that should designate the end of the text section
|
||||||
(? FIXME ?)
|
(? FIXME ?)
|
||||||
|
Reference in New Issue
Block a user