On Fri, Nov 23, 2012 at 3:39 PM, Eli Zaretskii wrote: >> 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. 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 use it, do "target ctf ". And post a new version according to your mail. Thanks, Hui 2012-11-27 Hui Zhu * gdb.texinfo (Trace Files): Add "tsave -ctf" and target ctf.