From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23965 invoked by alias); 27 Feb 2013 18:14:12 -0000 Received: (qmail 23949 invoked by uid 22791); 27 Feb 2013 18:14:11 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Feb 2013 18:14:02 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MIW00I005AOAD00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 27 Feb 2013 20:14:00 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIW00I6O5BB0B70@a-mtaout22.012.net.il>; Wed, 27 Feb 2013 20:14:00 +0200 (IST) Date: Wed, 27 Feb 2013 18:39:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 4/5] ctf doc and NEWS. In-reply-to: <1361931459-3953-5-git-send-email-yao@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wqttwro9.fsf@gnu.org> References: <1361931459-3953-1-git-send-email-yao@codesourcery.com> <1361931459-3953-5-git-send-email-yao@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: 2013-02/txt/msg00697.txt.bz2 > From: Yao Qi > Date: Wed, 27 Feb 2013 10:17:38 +0800 > > This is almost the same as previous version, except that I update the > example according to the current output of GDB and write three NEWS > entries for this series. Thanks. > +* The command 'tsave' can now support new option '-ctf' to save trace > + buffer into Common Trace Format. "to save the trace buffer in Common Trace Format" > +--with-babeltrace/--with-babeltrace-include/--with-babeltrace-lib > + This configure option allows the user to build GDB with > + libbabeltrace by which GDB can read Common Trace Format data. ^^^^^^^^ "using which" > + ** The -trace-save MI command can optionally save trace buffer into Common > + Trace Format now. ^^^^ "in" > +By default, this command will save trace frame into tfile format. ^^^^ "in" > @kindex target tfile > @kindex tfile > @item target tfile @var{filename} > -Use the file named @var{filename} as a source of trace data. Commands > -that examine data work as they do with a live target, but it is not > -possible to run any new trace experiments. @code{tstatus} will report > -the state of the trace run at the moment the data was saved, as well > -as the current trace frame you are examining. @var{filename} must be > -on a filesystem accessible to the host. > +@kindex target ctf > +@kindex ctf > +@itemx target ctf @var{dirname} Please have all the @kindex entries before the @item/@itemx lines. OK with those changes.