From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brent Phillips To: gdb@sourceware.cygnus.com Subject: gdb suddenly unable to read source files? Date: Sat, 16 Jun 2001 16:35:00 -0000 Message-id: <5.1.0.14.2.20010616161853.0346cb50@lyrastudios.com> X-SW-Source: 2001-06/msg00151.html Hi, I've been using gdb successfully for quite some time, and recently a strange problem came seemingly out of nowhere. Now, whenever I try to set a breakpoint, I always get the error "No line xxx in source file yyy". This happens even if I set a breakpoint at line 1 in a file in the same directory that gdb is running from. It also happens whether I try to read the breakpoints from an init file or type them in manually. Additionally, when using gdb to inspect a core dump, it no longer is able to "list"; it just says 1 init.c: no such file or directory But I am able to get a stack trace. What happened here? How do I fix this? I've tried reinstalling gcc, gdb, etc., to no avail...please advise! Thanks in advance Brent Phillips