From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Tom Tromey Cc: Insight List Subject: Re: more on file name problem Date: Mon, 03 Dec 2001 11:29:00 -0000 Message-ID: References: <87her8hzk9.fsf@creche.redhat.com> X-SW-Source: 2001-q4/msg00378.html Message-ID: <20011203112900.HgaSLmH4TQ-c9LLdp_TFeeo2uwfVRN_CJ5erzHC0V_8@z> On 3 Dec 2001, Tom Tromey wrote: > I was able to set breakpoints in the file I wanted using: > > b ../../gcc/gcc/expr.c:LINE > > gcc/java/expr.c is the "wrong" file -- the one I wasn't interested in > (this time) but which showed up in the combo box. Ugh. It's the whole multiple-files-with-the-same-name problem. I'm gonna see if I can add a testsuite case for this... (Maybe to gdb, too.) > I did notice that my breakpoints in the "right" file occasionally > would be deleted with no warning to me. I'm not sure exactly when > that would happen. Probably more confusion about this... Keith