This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add CTF support to GDB [4/4] doc


On 11/22/12 01:36, Eli Zaretskii wrote:
Date: Wed, 21 Nov 2012 09:45:49 +0800
From: Hui Zhu <hui_zhu@mentor.com>

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 <filename>",
  and to use it, do "target ctf <name>".

Thanks,
Hui

Attachment: ctf-doc.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]