debugging binary compiled with xlC with gdb

2000-04-28 Thread Liora Milbaum
I have written a small test program in c++ and I compiled it with xlC like this: xlC -g test.cpp When I try to debug the binary a.out with gdb, I see that I can't examine the source file. When I try to use the list command, I get the next message: .file:1: No such file or directory. Can someone

Using gnu.gdb.bug with xlC on AIX 4.3.2

2000-04-27 Thread Liora Milbaum
I have a very small test program. I compiled it with xlC like this: xlC -g test.cpp When I try to debug the binary a.out with gdb, I see that I can't examine the source file. When I try to use the list command, I get the next message: .file:1: No such file or directory. Can someone help me solve

Re: Using gdb with xlC on AIX 4.3.2

2000-04-27 Thread Liora Milbaum
Liora Milbaum wrote in message ... >I have a very small test program. I compiled it with xlC like this: >xlC -g test.cpp > >When I try to debug the binary a.out with gdb, I see that I can't examine >the source file. >When I try to use the list command, I get the next mes

Using gdb with xlC on AIX 4.3.2

2000-04-27 Thread Liora Milbaum
I have a very small test program. I compiled it with xlC like this: xlC -g test.cpp When I try to debug the binary a.out with gdb, I see that I can't examine the source file. When I try to use the list command, I get the next message: .file:1: No such file or directory. Can someone help me solve