From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1820 invoked by alias); 21 Nov 2012 04:29:18 -0000 Received: (qmail 1513 invoked by uid 22791); 21 Nov 2012 04:29:16 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Nov 2012 04:29:12 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1Tb1vz-0001xS-Lh from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Tue, 20 Nov 2012 20:29:11 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 20 Nov 2012 20:29:11 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Tue, 20 Nov 2012 20:29:10 -0800 Message-ID: <50AC588B.2080100@codesourcery.com> Date: Wed, 21 Nov 2012 04:29:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Hui Zhu CC: Subject: Re: [PATCH] Add CTF support to GDB [3/4] ctf target References: <50AC323F.1070907@mentor.com> In-Reply-To: <50AC323F.1070907@mentor.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2012-11/txt/msg00560.txt.bz2 On 11/21/2012 09:45 AM, Hui Zhu wrote: > This patch is for the CTF read. > It add a new target ctf like the tfile target to read the ctf file. > After use this target open the ctf dir, you can use tfind to select the ctf event. Each field inside this event will add to GDB as a internalvar. And tdump will show all of them. And you can use python read the value of them. We need test cases to cover these new features. -- Yao (齐尧)