From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32386 invoked by alias); 23 Nov 2012 07:40:36 -0000 Received: (qmail 32287 invoked by uid 22791); 23 Nov 2012 07:40:34 -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 mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Nov 2012 07:39:59 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MDX00M00JUZ2W00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 23 Nov 2012 09:39:50 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDX00L5QJYDP790@a-mtaout22.012.net.il>; Fri, 23 Nov 2012 09:39:50 +0200 (IST) Date: Fri, 23 Nov 2012 07:40:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add CTF support to GDB [4/4] doc In-reply-to: <50AEDF18.6090707@mentor.com> To: Hui Zhu Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sj80u5rs.fsf@gnu.org> References: <50AC324D.7010703@mentor.com> <83r4nmvowo.fsf@gnu.org> <50AEDF18.6090707@mentor.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/msg00609.txt.bz2 > Date: Fri, 23 Nov 2012 10:27:36 +0800 > From: Hui Zhu > CC: > > Following part is for 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, do "target ctf ". ^^ "use" > +By default, this command will save trace frame into tfile format. > +You can supply the optional argument @code{-ctf} to save date in CTF > +format. The Common Trace Format (CTF) is proposed as a trace format Use @dfn when you first introduce new terminology: The @dfn{Common Trace Format} (CTF) is proposed as a trace format ... > +that suits the needs of the embedded, telecom, high-performance > +and kernel communities. Please goto @url{http://www.efficios.com/ctf} > +get more information about it. ^^^^ You want @indicateurl, not @url here. OK with these changes.