From mboxrd@z Thu Jan 1 00:00:00 1970 From: Per Bothner To: tromey@redhat.com Cc: Gdb List , Emacs Bug List Subject: Re: Using gdb with emacs Date: Thu, 06 Sep 2001 19:56:00 -0000 Message-id: References: <874rqfvl52.fsf@creche.redhat.com> X-SW-Source: 2001-09/msg00053.html Tom Tromey writes: > I think it would be reasonable for gdb to do path canonicalization on > file names. I think that would let the proposed Emacs change work > correctly. The way it used to be was that Gcc would emit two top-level filename stabs: One for the filename as specified on the command line, and one for the current working directory. That lets gdb match the intended file somewhat intelligently. It is possible this is broken, in either gcc or gdb. Its is also possible that this logic may be unsupported for some debugging formats. -- --Per Bothner per@bothner.com http://www.bothner.com/per/