From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Keith Seitz Cc: Insight List Subject: Re: more on file name problem Date: Mon, 03 Dec 2001 11:26:00 -0000 Message-ID: <87her8hzk9.fsf@creche.redhat.com> References: X-SW-Source: 2001-q4/msg00377.html Message-ID: <20011203112600.kMXVuW8N04XiV5uirK32UK749YZSoSndvN8p3oNMy0s@z> >>>>> "Keith" == Keith Seitz writes: >> (global) showBalloon got error: No line 6264 in file "../../gcc/gcc/java/expr.c". Keith> Whoa. This is serious. Does gdb even know about the Keith> file/function? Try "info function NAME"... 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. 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. Tom