From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28460 invoked by alias); 18 Sep 2013 13:24:21 -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 28451 invoked by uid 89); 18 Sep 2013 13:24:20 -0000 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Sep 2013 13:24:20 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_50,FROM_12LTRDOM,GARBLED_BODY,KHOP_THREADED,RDNS_NONE,SPF_HELO_FAIL autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1VMHjr-0003Km-QM from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Wed, 18 Sep 2013 06:24:15 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 18 Sep 2013 06:24:15 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Wed, 18 Sep 2013 06:24:14 -0700 Message-ID: <5239A95A.5030302@codesourcery.com> Date: Wed, 18 Sep 2013 13:24:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Subject: [ping 2]: [PATCH 0/6 V5] MI notification on trace started/stopped References: <1376877311-4135-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1376877311-4135-1-git-send-email-yao@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00586.txt.bz2 On 08/19/2013 09:55 AM, Yao Qi wrote: > This is the V5 of this patch series, and the changes in V5 are: > > - Move 'notif_queue' to remote_state, which is done by patch 1/6. > - Store the supported status of each annex in remote_state too. It > is the major change in patch 3/6 compared with V4. > - some small fixes in code and comments. > > Patch 1/6 can be regarded as a refactor patch, so it can be approved > separately. Patch 5/6 adds MI notifications when command 'tstart' > and 'tstop' is typed in MI, it is a typical MI patch, and can be > approved separately too. > > Regression tested them on x86_64-linux with > {unix, native-gdbserver} x {sync, async}. Is it OK? > > Below is the introduction of this series. People who are > familiar with this series, please skip it. > > This patch series adds the MI notifications of 'trace-started' and > 'trace-stopped', which are emitted when > > 1) trace is started or stopped by commands in GDB, > 2) trace is stopped due to some reasons in the remote stub, such as > trace buffer full. > > With these notifications, MI front-end can show the status of trace > up to date. > > V4 can be found here > > [PATCH v4 0/5] MI notification on trace started/stopped > http://sourceware.org/ml/gdb-patches/2013-04/msg00019.html Ping. https://sourceware.org/ml/gdb-patches/2013-08/msg00484.html -- Yao (齐尧)