This is the mail archive of the gdb-patches@sourceware.org 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] add support for debugging fixed-point numbers


> Sean> I'm not sure which is best, to try to add fixed-point support to stabs
> Sean> format too, or to make gdb read the types from the dwarf format in
> Sean> this case (or maybe both)
> 
> I also have no idea about this :).  I don't know anything about stabs,
> I'm afraid.

As far as I can tell, stabs does not provide support for fixed point
types. But regardless of that, I wouldn't worry about stabs for new
features, as the use of this debugging format is getting closer to
zero. At AdaCore, we still use it because we support platforms such
as AIX where moving to DWARF didn't work, so you will see occasional
fixes from me, but that's as far as I will go with stabs.

-- 
Joel


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