The Sun Workshop C++ Compiler (4.2) seems to generate object files
with debug symbols that are not understood by some de*s,
namely GDB (even the latest 4.16 version for Solaris) and older
DBXs. I don't have the latest DBX de*, it's quite expensive.
The UPS de* seems to understand the debug symbols,
but it doesn't handle C++ templates properly.
Has anybody else also encountered this problem ?
Is there some way (eg. compiler/linker flag etc. to generate old
format etc.) in order to use GDB to properly debug C++ programs
compiled with the Sun Workshop C++ Compiler ? I've tried numerous
flag settings, nothing fixes the problem. Anybody know of a
de* other than those mentioned that will work for me ?
Any help appreciated.
Greg Nancarrow