From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23686 invoked by alias); 31 Jul 2013 12:45:53 -0000 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 Received: (qmail 23677 invoked by uid 89); 31 Jul 2013 12:45:53 -0000 X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_W,RDNS_NONE autolearn=ham version=3.3.1 Received: from Unknown (HELO mms3.broadcom.com) (216.31.210.19) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 31 Jul 2013 12:45:53 +0000 Received: from [10.9.208.57] by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Wed, 31 Jul 2013 05:35:44 -0700 X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF Received: from IRVEXCHSMTP2.corp.ad.broadcom.com (10.9.207.52) by IRVEXCHCAS08.corp.ad.broadcom.com (10.9.208.57) with Microsoft SMTP Server (TLS) id 14.1.438.0; Wed, 31 Jul 2013 05:45:33 -0700 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP2.corp.ad.broadcom.com (10.9.207.52) with Microsoft SMTP Server id 14.1.438.0; Wed, 31 Jul 2013 05:45:33 -0700 Received: from [10.177.72.91] (unknown [10.177.72.91]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id B7CD3F2D72 for ; Wed, 31 Jul 2013 05:45:32 -0700 (PDT) Message-ID: <51F906EB.8080205@broadcom.com> Date: Wed, 31 Jul 2013 12:45:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH 3/4] Remove remaining uses of deprecated_throw_reason. References: <51F7E51E.3070807@broadcom.com> <51F7E5D3.5010300@broadcom.com> <51F81221.7000907@redhat.com> In-Reply-To: <51F81221.7000907@redhat.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00820.txt.bz2 On 30/07/2013 8:21 PM, Pedro Alves wrote: > On 07/30/2013 05:12 PM, Andrew Burgess wrote: >> This removes the final uses of deprecated_throw_reason. In each case I've >> replaced the use of deprecated_throw_reason with a call to quit. The only >> change this will have is that the user will now see a "Quit" message, >> however this seems pretty appropriate to me, what do you think? >> >> OK to apply? > > OK. Committed ahead of patch 2/4 as they are independent. Thanks, Andrew