From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12405 invoked by alias); 13 May 2013 05:33:57 -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 12394 invoked by uid 89); 13 May 2013 05:33:56 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-oa0-f51.google.com (HELO mail-oa0-f51.google.com) (209.85.219.51) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 13 May 2013 05:33:54 +0000 Received: by mail-oa0-f51.google.com with SMTP id f4so6981485oah.24 for ; Sun, 12 May 2013 22:33:53 -0700 (PDT) X-Received: by 10.182.214.103 with SMTP id nz7mr4665036obc.66.1368423233405; Sun, 12 May 2013 22:33:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Sun, 12 May 2013 22:33:13 -0700 (PDT) In-Reply-To: <51665508.5050706@mentor.com> References: <51665508.5050706@mentor.com> From: Hui Zhu Date: Mon, 13 May 2013 05:33:00 -0000 Message-ID: Subject: Re: [PATCH] store trace default-collect to target [0/6] To: Hui Zhu Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg00415.txt.bz2 Ping http://sourceware.org/ml/gdb-patches/2013-04/msg00296.html Thanks, Hui On Thu, Apr 11, 2013 at 2:15 PM, Hui Zhu wrote: > Hi, > > GDB doesn't store default-collect to target. Then if a clean gdb attach a > target that have tracepoint running on it and have default collect. It > will cannot tdump all the val that collect by tracepoint. > > So I add some patches to let GDB store default-collect to target by packet > "QTDDCsrc" when "tstart". And when gdb connect to target, it will use > "qTDC" request the default-collect in target. > > And I also add support to tfile and let default-collect can be save with > command "save tracepoint". > > Please help me review them. > > Thanks, > Hui