From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27889 invoked by alias); 10 Dec 2008 21:27:56 -0000 Received: (qmail 27875 invoked by uid 22791); 10 Dec 2008 21:27:55 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Dec 2008 21:27:11 +0000 Received: (qmail 3719 invoked from network); 10 Dec 2008 21:27:09 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Dec 2008 21:27:09 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Set the stepping range from the function@PC, not@stop_pc. Date: Wed, 10 Dec 2008 21:27:00 -0000 User-Agent: KMail/1.9.10 Cc: Daniel Jacobowitz , Ulrich Weigand References: <200812051946.06793.pedro@codesourcery.com> <200812052243.13753.pedro@codesourcery.com> <200812052336.52427.pedro@codesourcery.com> In-Reply-To: <200812052336.52427.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812102127.13667.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00191.txt.bz2 On Friday 05 December 2008 23:36:52, Pedro Alves wrote: > 2008-12-05 Pedro Alves > > * infcmd.c (until_next_command, finish_backward): Use get_frame_pc > instead of read_pc. > Guys, I'm checking this in. Let me know if this turns up any issue. -- Pedro Alves