From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17658 invoked by alias); 3 Dec 2001 19:29:57 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 17636 invoked from network); 3 Dec 2001 19:29:52 -0000 X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Sat, 06 Oct 2001 11:18:00 -0000 From: Keith Seitz To: Tom Tromey cc: Insight List Subject: Re: more on file name problem In-Reply-To: <87her8hzk9.fsf@creche.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-q4/txt/msg00077.txt.bz2 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 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