* gdb.texinfo (Create and Delete Tracepoints): Add more index
authorPedro Alves <palves@redhat.com>
Thu, 1 Jul 2010 17:40:04 +0000 (17:40 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 1 Jul 2010 17:40:04 +0000 (17:40 +0000)
entries for fast tracepoints and static tracepoints.

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

index 6ca2a27e879c7810a15a3dcd5c1b7c061ef8a653..240ba890abcab4f36a69b85081251486d3ec40c0 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Create and Delete Tracepoints): Add more index
+       entries for fast tracepoints and static tracepoints.
+
 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
 
        * gdb.texinfo (General Query Packets) <qfThreadInfo,
index 9089477179c8ac377703491184d7bcbacee3b86b..7abb9ed9a20126f3aa3601c938e2554d27e7c19c 100644 (file)
@@ -9680,6 +9680,7 @@ information on tracepoint conditions.
 
 @item ftrace @var{location} [ if @var{cond} ]
 @cindex set fast tracepoint
+@cindex fast tracepoints, setting
 @kindex ftrace
 The @code{ftrace} command sets a fast tracepoint.  For targets that
 support them, fast tracepoints will use a more efficient but possibly
@@ -9693,7 +9694,9 @@ message.
 @code{trace}.
 
 @item strace @var{location} [ if @var{cond} ]
-@cindex static tracepoint, setting
+@cindex set static tracepoint
+@cindex static tracepoints, setting
+@cindex probe static tracepoint marker
 @kindex strace
 The @code{strace} command sets a static tracepoint.  For targets that
 support it, setting a static tracepoint probes a static
This page took 0.049846 seconds and 4 git commands to generate.