This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: GDB record patch 0.1.3 for GDB-6.8 release (It make I386-Linux GDB support Reversible Debugging)
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