From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24713 invoked by alias); 21 Nov 2012 17:37:07 -0000 Received: (qmail 24534 invoked by uid 22791); 21 Nov 2012 17:37:05 -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 mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Nov 2012 17:36:57 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MDU00L00M92HH00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 21 Nov 2012 19:36:56 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDU00L13M9J6ZC0@a-mtaout21.012.net.il>; Wed, 21 Nov 2012 19:36:55 +0200 (IST) Date: Wed, 21 Nov 2012 17:37:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add CTF support to GDB [4/4] doc In-reply-to: <50AC324D.7010703@mentor.com> To: Hui Zhu Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4nmvowo.fsf@gnu.org> References: <50AC324D.7010703@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/msg00577.txt.bz2 > Date: Wed, 21 Nov 2012 09:45:49 +0800 > From: Hui Zhu > > This is the doc patch for the ctf read and write function. Thanks. > +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. We need to add here one or two sentences explaining what "CTF" stands for and perhaps giving a URL where the reader can learn more about that. The fact that we support CTF should also be in NEWS. Otherwise, OK.