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]

Re: [rfa] Change line to long


Kevin Buettner wrote:

> I'll leave it up to Andrew to decide what to do about it.  If gdb had
> something like uint32_t available, I'd suggest using that.

Not my problem, it it's up to symtab the symtab maintainers to decide.

As for C9x types, nah, lets use a hybrid SID/GCC's type system - UI, SI,
NFI, ... (I'm being sarcastic ok :-).  More seriously, the types
LONGEST, ULONGEST and CORE_ADDR are doing pretty well for the moment. 
Code  that cares about preserving type info should really be using
``struct value'' or ``struct type''.

	Andrew

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