This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MMX and floating point insn suport for reversible debugging


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]