diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-10-14 11:39:17 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-10-14 11:39:26 -0400 |
commit | be06ba8ceb2197b6771f8e47dc7b8df316e1da75 (patch) | |
tree | 37c8f63c3d91462f7d413def46d7eaf796b27d4b | |
parent | 99e61edafe27b4949f9d6c49a016d9a18bc5d917 (diff) | |
download | gdb-be06ba8ceb2197b6771f8e47dc7b8df316e1da75.zip gdb-be06ba8ceb2197b6771f8e47dc7b8df316e1da75.tar.gz gdb-be06ba8ceb2197b6771f8e47dc7b8df316e1da75.tar.bz2 |
Fix typos in trace commands doc
gdb/doc/ChangeLog:
* gdb.texinfo (Using Trace Files): Fix typo.
(GDB/MI Tracepoint Commands): Likewise.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9517627..4f4ce5c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2016-10-14 Simon Marchi <simon.marchi@ericsson.com> + * gdb.texinfo (Using Trace Files): Fix typo. + (GDB/MI Tracepoint Commands): Likewise. + +2016-10-14 Simon Marchi <simon.marchi@ericsson.com> + * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch of -trace-save. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d419626..b3eb488 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13678,7 +13678,7 @@ the data directly into @var{filename} in its own filesystem, which may be more efficient if the trace buffer is very large. (Note, however, that @code{target tfile} can only read from files accessible to the host.) By default, this command will save trace frame in tfile format. -You can supply the optional argument @code{-ctf} to save date in CTF +You can supply the optional argument @code{-ctf} to save data in CTF format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format that can be shared by multiple debugging and tracing tools. Please go to @indicateurl{http://www.efficios.com/ctf} to get more information. @@ -30960,7 +30960,7 @@ The corresponding @value{GDBN} command is @samp{tsave}. -trace-start @end smallexample -Starts a tracing experiments. The result of this command does not +Starts a tracing experiment. The result of this command does not have any fields. @subsubheading @value{GDBN} Command |