Tweak doc on command tfind
authorYao Qi <yao.qi@linaro.org>
Wed, 27 Apr 2016 14:01:20 +0000 (15:01 +0100)
committerYao Qi <yao.qi@linaro.org>
Wed, 27 Apr 2016 14:01:20 +0000 (15:01 +0100)
Hi,
command "tfind" will find the first trace snapshot if no trace
snapshot is selected, but this behavior isn't documented.

This patch completes the doc of command "tfind" without argument.

gdb/doc:

2016-04-27  Yao Qi  <yao.qi@linaro.org>

* gdb.texinfo (tfind): Complete doc about tfind without
argument.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 59956efb42324fe009ac3ba6393e9ef72a55dce3..a6bd214707aeb547b0568a2d61bbb5b9cebf3bbf 100644 (file)
@@ -1,3 +1,8 @@
+2016-04-27  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.texinfo (tfind): Complete doc about tfind without
+       argument.
+
 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
 
        * agentexpr.texi (byte): Fix zero_ext description.
index 7abd55e36f85770e8ee34f30d9479c481733246e..f74c41c1684f18cefd43b1c6a0c150c4201959ae 100644 (file)
@@ -13385,7 +13385,8 @@ Stop debugging trace snapshots, resume @emph{live} debugging.
 Same as @samp{tfind none}.
 
 @item tfind
-No argument means find the next trace snapshot.
+No argument means find the next trace snapshot or find the first
+one if no trace snapshot is selected.
 
 @item tfind -
 Find the previous trace snapshot before the current one.  This permits
This page took 0.052788 seconds and 4 git commands to generate.