Visibility into Shared Object files

2002-05-13 Thread Stu Rae
I am unable to debug a shared object file using GDB on a Solaris machine using gcc-2.95.2 and the default Solaris 'ld' utility ( Solaris-ELF 4.0) as well as GDB 5.0. I have two shared object files; one is 'C', the other is 'C++' (with extern 'C') I am able to see into the 'C' .so file, but I

Re: Visibility into Shared Object files

2002-05-13 Thread Jim Blandy
Are you using the latest release, GDB 5.2? If not, please try that out. If the problem still occurs there, you'll need to give us a specific example of what's going wrong. That is: - a complete test program that we can build and try to debug ourselves, - a transcript showing the GDB behavior