On 11/22/12 01:36, Eli Zaretskii wrote: >> 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. > Post a new version according to your comments. 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 ". Thanks, Hui