Re: gdb not able to display the contents of source code

2005-07-23 Thread Bryan Donlan
On 7/22/05, kamaraju kusumanchi <[EMAIL PROTECTED]> wrote: > David E. Fox wrote: > > >On Thu, 21 Jul 2005 13:00:18 -0400 > >kamaraju kusumanchi <[EMAIL PROTECTED]> wrote: > > > >>(gdb) list > >>1 ../sysdeps/i386/elf/start.S: No such file or directory. > >>in ../sysdeps/i386/elf/star

Re: gdb not able to display the contents of source code

2005-07-22 Thread kamaraju kusumanchi
David E. Fox wrote: On Thu, 21 Jul 2005 13:00:18 -0400 kamaraju kusumanchi <[EMAIL PROTECTED]> wrote: (gdb) list 1 ../sysdeps/i386/elf/start.S: No such file or directory. in ../sysdeps/i386/elf/start.S (gdb) I get the same output you do on a different small test program

Re: gdb not able to display the contents of source code

2005-07-22 Thread David E. Fox
On Thu, 21 Jul 2005 13:00:18 -0400 kamaraju kusumanchi <[EMAIL PROTECTED]> wrote: > (gdb) list > 1 ../sysdeps/i386/elf/start.S: No such file or directory. > in ../sysdeps/i386/elf/start.S > (gdb) I get the same output you do on a different small test program but it seems that the e

gdb not able to display the contents of source code

2005-07-21 Thread kamaraju kusumanchi
$cat helloworld.f90 PROGRAM helloworld IMPLICIT NONE PRINT *, "Just for testing purposes" END PROGRAM helloworld $gfortran -g -Wall helloworld.f90 $./a.out Just for testing purposes $gdb ./a.out GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, cover