From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1286 invoked by alias); 3 Jan 2003 21:54:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1279 invoked from network); 3 Jan 2003 21:54:38 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by 209.249.29.67 with SMTP; 3 Jan 2003 21:54:38 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18UbeX-00036h-00 for ; Fri, 03 Jan 2003 17:55:01 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18UZlz-00017Q-00 for ; Fri, 03 Jan 2003 16:54:35 -0500 Date: Fri, 03 Jan 2003 21:54:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA/PATCH] breakpoint.c: fix until command Message-ID: <20030103215435.GA32397@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <200301030415.h034FYW05352@duracef.shout.net> <20030103045917.GA29041@nevyn.them.org> <3E160607.11B380B9@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E160607.11B380B9@redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00099.txt.bz2 On Fri, Jan 03, 2003 at 01:52:07PM -0800, Michael Snyder wrote: > > I'm still undecided about what to do if LOCATION is not in the > > function. Maybe you're right and we should make this an error. What > > if LOCATION is in the frame that called this one? > > My thoughts have run in similar grooves. ;-) > The sticking point is "is in the current function?" > I believe we can answer that, by calling find_pc_partial_function. > That will give us the function's address range, and we can then > immediately determine whether is in (use frame-relative bp), > or out (don't do that). I think we're making actual progress here.... I agree. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer