diff options
author | Hui Zhu <teawater@gmail.com> | 2011-02-21 08:40:27 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2011-02-21 08:40:27 +0000 |
commit | f994e27a0ba0cb8488b78ba35a45795976311bb0 (patch) | |
tree | 1b4a2b2c8adeeaf51790aa980543378e39e50e3c /gdb/doc/gdb.texinfo | |
parent | f9c6ff7236667717e278b079ead15e09434791fc (diff) | |
download | gdb-f994e27a0ba0cb8488b78ba35a45795976311bb0.zip gdb-f994e27a0ba0cb8488b78ba35a45795976311bb0.tar.gz gdb-f994e27a0ba0cb8488b78ba35a45795976311bb0.tar.bz2 |
2011-02-21 Hui Zhu <teawater@gmail.com>
* agentexpr.texi (Bytecode Descriptions): Add printf.
* gdb.texinfo (Tracepoint Action Lists): Add printf.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e16065b..f8b7e2d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10242,6 +10242,12 @@ state variables (@pxref{Trace State Variables}) without adding those values to the trace buffer, as would be the case if the @code{collect} action were used. +@kindex printf +@item printf @var{template}, @var{expressions}@dots{} +Print the values of one or more @var{expressions} under the control of +the string @var{template} in @code{gdbserver} part. +The command format is with simple @code{printf} (@pxref{Output, printf}). + @kindex while-stepping @r{(tracepoints)} @item while-stepping @var{n} Perform @var{n} single-step instruction traces after the tracepoint, |