From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26401 invoked by alias); 5 Sep 2013 12:56:41 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 26391 invoked by uid 89); 5 Sep 2013 12:56:40 -0000 Received: from mms3.broadcom.com (HELO mms3.broadcom.com) (216.31.210.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Sep 2013 12:56:40 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,RDNS_NONE autolearn=no version=3.3.2 X-HELO: mms3.broadcom.com Received: from [10.9.208.57] by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Thu, 05 Sep 2013 05:46:08 -0700 X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF Received: from IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) by IRVEXCHCAS08.corp.ad.broadcom.com (10.9.208.57) with Microsoft SMTP Server (TLS) id 14.1.438.0; Thu, 5 Sep 2013 05:56:30 -0700 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) with Microsoft SMTP Server id 14.1.438.0; Thu, 5 Sep 2013 05:56:30 -0700 Received: from [10.177.73.74] (unknown [10.177.73.74]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 3ACE31A46; Thu, 5 Sep 2013 05:56:29 -0700 (PDT) Message-ID: <52287F7D.6040308@broadcom.com> Date: Thu, 05 Sep 2013 12:56: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: insight@sourceware.org cc: "Keith Seitz" Subject: Re: [PATCH] Remove use of deprecated_command_loop_hook References: <5215571A.3040403@broadcom.com> <5227B183.2060702@redhat.com> In-Reply-To: <5227B183.2060702@redhat.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-q3/txt/msg00031.txt.bz2 On 04/09/2013 11:17 PM, Keith Seitz wrote: > Sorry for the delay on this: I've been out of the office for a bit. > > On 08/21/2013 05:11 PM, Andrew Burgess wrote: >> I have commit access to gdb, but I have no idea if that extends to >> gdb/gdbtk, and even if it did I obviously wouldn't commit without >> approval :) > > I handle insight as an extension of gdb. Pretty much the same policies > w.r.t. obvious patches, build errors, etc. If you have > commit-after-approval on gdb, you do here, too. > >> What do you think? > > I actually wonder how something this simple has been overlooked for so > long? Well, actually, I do know. Thank you for thinking about us! > > Please commit. Committed. Thanks, Andrew