* gdb.texinfo (Tracepoint Actions): Mention the "info scope"
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 8bda066c5b5bcde40615db3fb94b9e9f4f1d9c0a..11a959a943714d2bdb069f1cfe0487bd5b15314e 100644 (file)
@@ -5897,6 +5897,9 @@ You can give several consecutive @code{collect} commands, each one
 with a single argument, or one @code{collect} command with several
 arguments separated by commas: the effect is the same.
 
+The command @code{info scope} (@pxref{Symbols, info scope}) is
+particularly useful for figuring out what data to collect.
+
 @kindex while-stepping @r{(tracepoints)}
 @item while-stepping @var{n}
 Perform @var{n} single-step traces after the tracepoint, collecting
@@ -8246,6 +8249,11 @@ Symbol nline is a local variable in register $edx, length 4.
 Symbol repeat is a local variable at frame offset -8, length 4.
 @end smallexample
 
+@noindent
+This command is especially useful for determining what data to collect
+during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
+collect}.
+
 @kindex info source
 @item info source
 Show the name of the current source file---that is, the source file for
This page took 0.028895 seconds and 4 git commands to generate.