* gdb.texinfo (Create and Delete Tracepoints): Add more index
entries for fast tracepoints and static tracepoints.
This commit is contained in:
parent
501994c0ce
commit
74c761c17d
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user