From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28078 invoked by alias); 5 Jul 2013 14:27:14 -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 28067 invoked by uid 89); 5 Jul 2013 14:27:14 -0000 X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 05 Jul 2013 14:27:13 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r65ERBvi032736 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 5 Jul 2013 10:27:11 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r65ER9Fs030869; Fri, 5 Jul 2013 10:27:10 -0400 Message-ID: <51D6D7BD.3080806@redhat.com> Date: Fri, 05 Jul 2013 14:27:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Yao Qi CC: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH 00/16] clean up remote.c state References: <1371835506-15691-1-git-send-email-tromey@redhat.com> <51D63853.1040706@codesourcery.com> In-Reply-To: <51D63853.1040706@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00195.txt.bz2 On 07/05/2013 04:06 AM, Yao Qi wrote: > On 06/22/2013 01:24 AM, Tom Tromey wrote: >> * I think the client-stop notification code needs some update > > Yes, the global 'notif_queue' should be moved for each remote state. > > My pending patches on supported notifications and annexes probably > should be updated for per remote target as well, because different > remote targets may have different supported notifications and annexes. > > [PATCH v4 0/5] MI notification on trace started/stopped > http://sourceware.org/ml/gdb-patches/2013-04/msg00019.html > > I am not sure we are still interested in this patch series, as I get no > response after a recent ping to Pedro on June. Yes, there's interest, but I haven't managed to get to it yet. :-( -- Pedro Alves