Revert the following patch (code patch was not approved):
authorJoel Brobecker <brobecker@gnat.com>
Thu, 24 Feb 2011 07:38:00 +0000 (07:38 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 24 Feb 2011 07:38:00 +0000 (07:38 +0000)
        2011-02-21  Hui Zhu  <teawater@gmail.com>
        * agentexpr.texi (bytecode descriptions): add printf.
        * gdb.texinfo (tracepoint action lists): add printf.

gdb/doc/ChangeLog
gdb/doc/agentexpr.texi
gdb/doc/gdb.texinfo

index 3f91321c55e004f570f56fc7a47cbedd760261b3..59cf1e46abba2b0437de61b7fea1bb8dc6b17ce1 100644 (file)
@@ -1,3 +1,10 @@
+2011-02-24  Joel Brobecker  <brobecker@adacore.com>
+
+       Revert the following patch (code patch was not approved):
+       2011-02-21  Hui Zhu  <teawater@gmail.com>
+       * agentexpr.texi (bytecode descriptions): add printf.
+       * gdb.texinfo (tracepoint action lists): add printf.
+
 2011-02-23  Doug Evans  <dje@google.com>
 
        * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
index 5a360df8faeac5bf201789e27c0d865e03727f79..f2d51b740531d5a5f0c544fda68bb9d09f50acd1 100644 (file)
@@ -489,13 +489,6 @@ named @code{trace_quick16}, for consistency.
 Record the value of trace state variable number @var{n} in the trace
 buffer.  The handling of @var{n} is as described for @code{getv}.
 
-@item @code{printf} (0x31) @var{n} @var{template}: @result{}
-Print the values in the stack under the control of the string template.
-The end of @var{template} is 0x00.
-If @var{n} is 0, just output the string template.
-If @var{n} is 1, pop a value from the stack and print it under the control
-of the string template.
-
 @item @code{end} (0x27): @result{}
 Stop executing bytecode; the result should be the top element of the
 stack.  If the purpose of the expression was to compute an lvalue or a
index 32d9b447c9a3c8830b3fa740d1bbee9a0664f8ae..c727dc89effbe190adc155e1765da7d222081e34 100644 (file)
@@ -10242,12 +10242,6 @@ 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,
This page took 0.048903 seconds and 4 git commands to generate.