GDB record patch 0.1.3 for GDB-6.8 release (It make I386-Linux GDB support Reversible Debugging)

Thiago Jung Bauermann bauerman@br.ibm.com
Wed Apr 23 17:55:00 GMT 2008


Hi Teawater,

On Mon, 2008-04-21 at 17:21 +0800, Tea wrote:
> Hi Thiago,
> 
> You said:
> > +/*teawater rec begin----------------------------------------------------------*/
> > +	int (*intx80_record) (void);
> > +	int (*sysenter_record) (void);
> > +/*teawater rec end------------------------------------------------------------*/
> 
> The names above are specific to the x86 architecture. tdep members
> should have a name which is meaningful accross different architectures.
> 
> I want change it to:
>   int (*i386_intx80_record) (void);
>   int (*i386_sysenter_record) (void);
> 
> Cound you please give me some advice?

Mmm... I was wrong about that comment. x86's tdep may have (and has)
names which wouldn't be meaningful for other arches. I'm sorry about
this, hope it didn't cause you much trouble.
-- 
[]'s
Thiago Jung Bauermann
Software Engineer
IBM Linux Technology Center



More information about the Gdb-patches mailing list