On Wed, Nov 28, 2012 at 2:09 AM, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Tue, 27 Nov 2012 19:17:09 +0800 >> Cc: Hui Zhu , gdb-patches@sourceware.org >> >> 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 to use it, type "target ctf ". > >> +and kernel communities. Please goto @indicateurl{http://www.efficios.com/ctf} >> +get more information about it. > > "to get more information" 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, type "target ctf ". Post a new version according to your comments. Thanks, Hui 2012-11-28 Hui Zhu * gdb.texinfo (Trace Files): Add "tsave -ctf" and target ctf.