From 74c761c17d1164eaadaab77eeb977d5ea27de615 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 1 Jul 2010 17:40:04 +0000 Subject: [PATCH] * gdb.texinfo (Create and Delete Tracepoints): Add more index entries for fast tracepoints and static tracepoints. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6ca2a27..240ba89 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2010-07-01 Pedro Alves + * gdb.texinfo (Create and Delete Tracepoints): Add more index + entries for fast tracepoints and static tracepoints. + +2010-07-01 Pedro Alves + * gdb.texinfo (General Query Packets) : Spell out `l' as ell. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9089477..7abb9ed 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 -- 2.7.4