On Fri, Feb 14, 2003 at 05:10:20PM +0100, Josef Zlomek wrote: > I do not know the register numbers for dwarf, but in gcc core > the numbering is this ... The numbering is different for the debug info. See #define DBX_REGISTER_NUMBER(n) \ (TARGET_64BIT ? dbx64_register_map[n] : svr4_dbx_register_map[n]) r~