Path: utzoo!utgpu!watmath!iuvax!cica!tut.cis.ohio-state.edu!mipos3.intel.com!rms From: rms@mipos3.intel.com Newsgroups: gnu.gdb.bug Subject: Source file name confusion Message-ID: <8907282213.AA00775@mipos3> Date: 28 Jul 89 22:13:01 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: rms%wheaties.ai.mit.EDU@relay.cs.net Distribution: gnu Organization: GNUs Not Usenet Lines: 8 I just discovered that one of my source files was thought to be named `./aux-output.c'. When I tried to set a breakpoint in it with `b aux-output.c:1337', GDB did not recognize the file name. In some strict sense, this might be considered correct. But I think it is bad for the user. GDB should not consider `./' in a file name as significant. I think such prefixes should be stripped from all source file names when they are first encountered in the symbol table.