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