This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

stab strings on AIX


I have a tool that I use to look at AIX dumps. It understands stab strings that xlc (the IBM compiler) produces. I feed it a file produced by gcc/g++ and it complains. The same thing happens with dbx (IBM's debugger). Of course, gdb understands it fine.

Has gcc/g++ extended the stab strings or is my tool (and dbx) just incomplete? If there has been an extension to the stab strings, can someone point me to where it is documented (even if it is in the source). I *thought* I had a complete implementation as documented in the AIX pubs but they may be incomplete. So, another possibility is maybe I just need a pointer to the complete stab string specification.

Thank you,
Perry


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