MMX and floating point insn suport for reversible debugging
Mark Kettenis
mark.kettenis@xs4all.nl
Sun May 10 08:39:00 GMT 2009
> Date: Sat, 9 May 2009 23:37:20 -0700 (PDT)
> From: paawan oza <paawan1982@yahoo.com>
>
> Hi Hui,
>
> I think we need to update and add floating point in following structure
> for st1 to st7.
>
> enum i386_regnum
> {
> I386_EAX_REGNUM, /* %eax */
> I386_ECX_REGNUM, /* %ecx */
> I386_EDX_REGNUM, /* %edx */
> I386_EBX_REGNUM, /* %ebx */
> I386_ESP_REGNUM, /* %esp */
> I386_EBP_REGNUM, /* %ebp */
> I386_ESI_REGNUM, /* %esi */
> I386_EDI_REGNUM, /* %edi */
> I386_EIP_REGNUM, /* %eip */
> I386_EFLAGS_REGNUM, /* %eflags */
> I386_CS_REGNUM, /* %cs */
> I386_SS_REGNUM, /* %ss */
> I386_DS_REGNUM, /* %ds */
> I386_ES_REGNUM, /* %es */
> I386_FS_REGNUM, /* %fs */
> I386_GS_REGNUM, /* %gs */
> I386_ST0_REGNUM /* %st(0) */
> };
>
> what do you say ?
I don't think that should be necessary.
More information about the Gdb
mailing list