This is the mail archive of the gdb-patches@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: [patch/wip] i386 register groups


On Aug 26,  3:42pm, Andrew Cagney wrote:

> Just to prove its possible :-)  The attached adds reggroups.[hc] (is 
> reggroup.[ch] a better name?) and then uses it in the i386.  It 
> certainly helps.  The new output looks like:
> 
> (gdb) info registers
> eax            0xbffff824       -1073743836
> ecx            0x0      0
[...]
> orig_eax       0xffffffff       -1
> 
> (ignoring orig_eax :-) while the [very] old output looks like:

Any opinion on what should be done about orig_eax?  I.e, does it really
belong in the "info registers" list?

[...]
> So I think its an improvement.

Yes, I agree.

Kevin


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