This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
stab strings on AIX
- From: Perry Smith <pedz at easesoftware dot net>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 14 Jan 2006 11:58:17 -0600
- Subject: 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