From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30965 invoked by alias); 8 Jun 2013 05:21:04 -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 30929 invoked by uid 89); 8 Jun 2013 05:20:56 -0000 X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 08 Jun 2013 05:20:55 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1UlBaA-00041y-2W from Yao_Qi@mentor.com ; Fri, 07 Jun 2013 22:20:54 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 7 Jun 2013 22:20:54 -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; Fri, 7 Jun 2013 22:20:08 -0700 Message-ID: <51B2BF63.2050102@codesourcery.com> Date: Sat, 08 Jun 2013 11:06: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: Eli Zaretskii CC: Subject: Re: [PATCH 3/5] Add id of TSV into traceframe_info. References: <1370610493-26468-1-git-send-email-yao@codesourcery.com> <1370610493-26468-4-git-send-email-yao@codesourcery.com> <83r4get27u.fsf@gnu.org> In-Reply-To: <83r4get27u.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-06/txt/msg00189.txt.bz2 On 06/07/2013 10:39 PM, Eli Zaretskii wrote: >> +* GDB now understands the element 'tvar' in the XML traceframe info. >> >+ > Shouldn't we tell what that element means or does? > >> >+ ** GDBserver now adds element 'tvar' in the XML in the reply to >> >+ 'qXfer:traceframe-info:read'. > And here. > This element has the id of trace state variables collected in the trace frame. How about this, * GDB now understands the element 'tvar' in the XML traceframe info. It has the id of the collected trace state variables. and ** GDBserver now adds element 'tvar' in the XML in the reply to 'qXfer:traceframe-info:read'. It has the id of the collected trace state variables. -- Yao (齐尧)