This is the mail archive of the gdb@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: Deprecate dwarf and mdebug support, delete nlm?


mec> Are there still a lot of SCO users with gcc 2?
kj> HUGE numbers. It's the currently "officially supported" version
kj> that we give our customers. Until 3.3 we haven't really felt GCC
kj> 3 was ready for primetime. In fact the next "oficially supported"
kj> version will be 3.4.

Okay, that means we have to keep dwarf 1 for another 6-12 months
at least.  Rats.

kj> Aside from that ... just as a general guiding light, a debugger
kj> shouldn't be target to a compiler, that's bad practice. It should
kj> take advantage of features of the compiler if it can but it should
kj> be VERY forgiving of things like debug formats (ie support as many
kj> as it can), calling conventions etc.

It's a resource issue.  As Andrew Cagney has said, it takes work to keep
all the debug format readers current with the symbol table infrastructure,
and gdb has limited resources available.

Michael C


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