From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31447 invoked by alias); 3 Dec 2001 18:56:23 -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 31396 invoked from network); 3 Dec 2001 18:56:20 -0000 X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Sat, 06 Oct 2001 06:23:00 -0000 From: Keith Seitz To: Tom Tromey cc: Insight List Subject: Re: more on file name problem In-Reply-To: <87y9kmmvux.fsf@creche.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-q4/txt/msg00075.txt.bz2 On 1 Dec 2001, Tom Tromey wrote: > More on the previous problem. > > I set a breakpoint on a function in the "other" expr.c (the one not > listed in the combo box). When the inferior hits the breakpoint I use > the mouse to try to see the value of a local variable. This doesn't > work, and instead I see this in the debug window: > > (global) showBalloon got error: No line 6264 in file "../../gcc/gcc/java/expr.c". Whoa. This is serious. Does gdb even know about the file/function? Try "info function NAME"... 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 10:56:00 -0000 Message-ID: References: <87y9kmmvux.fsf@creche.redhat.com> X-SW-Source: 2001-q4/msg00376.html Message-ID: <20011203105600.hgbofncOOkCAh2vg9W3PQHGRpUwTbwqQYDR3q4dHXFk@z> On 1 Dec 2001, Tom Tromey wrote: > More on the previous problem. > > I set a breakpoint on a function in the "other" expr.c (the one not > listed in the combo box). When the inferior hits the breakpoint I use > the mouse to try to see the value of a local variable. This doesn't > work, and instead I see this in the debug window: > > (global) showBalloon got error: No line 6264 in file "../../gcc/gcc/java/expr.c". Whoa. This is serious. Does gdb even know about the file/function? Try "info function NAME"... Keith