diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-01 17:40:04 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-01 17:40:04 +0000 |
commit | 74c761c17d1164eaadaab77eeb977d5ea27de615 (patch) | |
tree | 37e91e0e3b03896b78164abd80cb5a3d96e53af4 /gdb | |
parent | 501994c0ce8f1a502d77b928fa6d4146ec3c4c2a (diff) | |
download | binutils-74c761c17d1164eaadaab77eeb977d5ea27de615.zip binutils-74c761c17d1164eaadaab77eeb977d5ea27de615.tar.gz binutils-74c761c17d1164eaadaab77eeb977d5ea27de615.tar.bz2 |
* gdb.texinfo (Create and Delete Tracepoints): Add more index
entries for fast tracepoints and static tracepoints.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 9 insertions, 1 deletions
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 <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, qsThreadInfo>: 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 |