From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16795 invoked by alias); 3 Dec 2001 19:26:48 -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 16682 invoked from network); 3 Dec 2001 19:26:32 -0000 To: Keith Seitz Cc: Insight List Subject: Re: more on file name problem References: X-Zippy: I wish I was on a Cincinnati street corner holding a clean dog! X-Attribution: Tom Reply-To: tromey@redhat.com From: Tom Tromey Date: Sat, 06 Oct 2001 11:14:00 -0000 In-Reply-To: Keith Seitz's message of "Mon, 3 Dec 2001 10:56:17 -0800 (PST)" Message-ID: <87her8hzk9.fsf@creche.redhat.com> X-Mailer: Gnus v5.7/Emacs 20.5 X-SW-Source: 2001-q4/txt/msg00076.txt.bz2 >>>>> "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 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