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/start.S
 (gdb)

 
 I get the same output you do on a different small test program but it
 seems that the error doesn't cause a problem. For instance I can do a
 'break main' and then step line by line and am able to view the source,
 check the status of variables and so on.
 

 Thanks. Now I at least know that it is reproducible. Just today morning,
 I reported it to the BTS.
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319520

list is probably breaking because the program's not running your code
yet - it's in the fortran library's initialization code, and hasn't
reached your code yet. Since you don't have a copy of the fortran
library sources available, it breaks.



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 error doesn't cause a problem. For instance I can do a
'break main' and then step line by line and am able to view the source,
check the status of variables and so on.

-- 

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 but it
seems that the error doesn't cause a problem. For instance I can do a
'break main' and then step line by line and am able to view the source,
check the status of variables and so on.

 

Thanks. Now I at least know that it is reproducible. Just today morning, 
I reported it to the BTS.


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319520

raju

--
Kamaraju S Kusumanchi
Graduate Student, MAE
Cornell University
http://www.people.cornell.edu/pages/kk288/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]