This is the mail archive of the gdb@sources.redhat.com 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: [RFC] Register sets


> I should note that I do know of a second way of handling cross > architectures (x86-64 on i386 et.al.). Add a table of cross > architecture unwinders and then allow different frames to have different > architectures vis:
> > x86-64 frame
> <x86-64 X i386>
> i386 frame
> i386 frame
> <ia64 X i386>
> ia64 frame
> > but that's getting way ahead of many other changes.


A cross unwinder here would be a method that converts say an amd64
register cache into an i386 register cache (among other things)?

Yes, but it would do the conversion at the frame level.


Andrew



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