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 RFA/RFC] Short pointer support


On Oct 14,  3:45pm, Jim Blandy wrote:

> It would be nice if we actually checked the pointer size against the
> correct size of short pointers on the target.  There's something that
> feels a little flimsy about the way the patch just marks any pointer
> with a non-standard size with TYPE_FLAG_SHORTPTR.  Wouldn't it be more
> robust to have an arch method that takes a non-standard pointer size,
> and returns the appropriate type flags for that, or zero if it's
> something it doesn't recognize?  Or whatever.

Okay, this patch is withdrawn.  I'm in the process of redoing it so
that it's more general and more robust.

Kevin


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