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: [RFA] New bitflags type and eflags on i386/x86-64


Andrew Cagney wrote:
Attatched is an old and related patch I've dug out of an old branch of GDB that Red Hat was providing for a customer.
The mine one is more generic I think, and while it adds new TYPE_CODE it can be used for other purposes as well (IIRC recently someone committed a patch that depended on this type code but had to revert it).

I'm afraid people don't know how to use the complex, nested TYPE_CODE_SET, while the usage of TYPE_CODE_FLAGS is pretty simple.
If would change it so that it isn't c-specific, but rather language independent, would you consider approval? Other things (eg. length of the flagword) aren't IMHO that important for now.

Michal Ludvig
--
* SuSE CR, s.r.o * mludvig@suse.cz
* +420 2 9654 5373 * http://www.suse.cz


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