From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10518 invoked by alias); 28 Nov 2012 17:40:01 -0000 Received: (qmail 10318 invoked by uid 22791); 28 Nov 2012 17:39:58 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Nov 2012 17:39:48 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0ME700E00L0TZM00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 28 Nov 2012 19:39:02 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ME700EF1L11B9D0@a-mtaout20.012.net.il>; Wed, 28 Nov 2012 19:39:02 +0200 (IST) Date: Wed, 28 Nov 2012 17:40:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add CTF support to GDB [4/4] doc In-reply-to: To: Hui Zhu Cc: yao@codesourcery.com, hui_zhu@mentor.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83hao9wrsn.fsf@gnu.org> References: <50AC324D.7010703@mentor.com> <83r4nmvowo.fsf@gnu.org> <50AEDF18.6090707@mentor.com> <83sj80u5rs.fsf@gnu.org> <83vccqx6hf.fsf@gnu.org> <50B57A77.8090006@codesourcery.com> <50B59974.3070305@mentor.com> <50B5A064.2010007@codesourcery.com> 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/msg00818.txt.bz2 > From: Hui Zhu > Date: Wed, 28 Nov 2012 13:51:15 +0800 > Cc: Hui Zhu , Eli Zaretskii , gdb-patches@sourceware.org > > I think that is better. Post a new version according to your comments. > > Thanks, > Hui > > News: > * GDB now has the ability to read and write trace buffer in common trace > format (CTF). To create a CTF trace file, use "tsave -ctf ", > and to use it, type "target ctf ". > > 2012-11-28 Hui Zhu > > * gdb.texinfo (Trace Files): Add "tsave -ctf" and target ctf. This is OK, thanks.