From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17905 invoked by alias); 29 Aug 2013 10:48:05 -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 17892 invoked by uid 89); 29 Aug 2013 10:48:05 -0000 Received: from mms2.broadcom.com (HELO mms2.broadcom.com) (216.31.210.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 29 Aug 2013 10:48:05 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RDNS_NONE autolearn=no version=3.3.2 X-HELO: mms2.broadcom.com Received: from [10.9.208.57] by mms2.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Thu, 29 Aug 2013 03:41:24 -0700 X-Server-Uuid: 4500596E-606A-40F9-852D-14843D8201B2 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; Thu, 29 Aug 2013 03:47:40 -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; Thu, 29 Aug 2013 03:47:40 -0700 Received: from [10.177.73.74] (unknown [10.177.73.74]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 4D1D3F2D72 for ; Thu, 29 Aug 2013 03:47:40 -0700 (PDT) Message-ID: <521F26CB.3070209@broadcom.com> Date: Thu, 29 Aug 2013 10:48:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: PING: [PATCH] Remove deprecated_command_loop_hook References: <5215024A.9080709@broadcom.com> <52150D68.6020006@earthlink.net> <521558B5.6070909@broadcom.com> In-Reply-To: <521558B5.6070909@broadcom.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-08/txt/msg00862.txt.bz2 Ping! I know the gdbtk patch has not yet been merged, but the patch I posted for them is not huge, nor should it prove controversial, it's in the same style as this patch for core gdb. Thanks, Andrew On 22/08/2013 1:17 AM, Andrew Burgess wrote: > On 21/08/2013 7:56 PM, Stan Shebs wrote: >> On 8/21/13 11:09 AM, Andrew Burgess wrote: >>> Small patch to remove deprecated_command_loop_hook. >>> >>> OK to apply? >> >> FYI, this hook is essential to gdbtk, which uses it to connect into its >> main command loop. It's not obvious to me whether it would be easy or >> hard to rewrite gdbtk to not need it. > > It looks like deprecated_command_loop_hook is used in gdbtk just like > it's used in the MI code. I've submitted a patch to gdbtk that removes > the use: > http://sourceware.org/ml/insight/2013-q3/msg00029.html > > Thanks, > Andrew > > > >