From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24624 invoked by alias); 27 Feb 2007 19:45:32 -0000 Received: (qmail 24606 invoked by uid 22791); 27 Feb 2007 19:45:31 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 27 Feb 2007 19:45:25 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HM8GJ-00084U-Ew; Tue, 27 Feb 2007 14:45:23 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HM8GJ-0001EJ-Ao; Tue, 27 Feb 2007 14:45:23 -0500 Date: Tue, 27 Feb 2007 19:45:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, insight@sourceware.org Subject: Re: [rfc] Remove deprecated_selected_frame Message-ID: <20070227194523.GA4713@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org, insight@sourceware.org References: <20070222212909.GA17260@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070222212909.GA17260@caradoc.them.org> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2007-02/txt/msg00347.txt.bz2 On Thu, Feb 22, 2007 at 04:29:09PM -0500, Daniel Jacobowitz wrote: > This patch will break Insight builds - you can either do the same sort > of transformation I described above, or just default to calling > deprecated_safe_get_selected_frame everywhere, and then it should keep > working. > > Tested x86_64-pc-linux-gnu. If no one objects, I will commit this > cleanup in a couple of days, and move on to the next one :-) I'm checking this in now. -- Daniel Jacobowitz CodeSourcery