diff options
Diffstat (limited to 'gdb/doc/agentexpr.texi')
-rw-r--r-- | gdb/doc/agentexpr.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/doc/agentexpr.texi b/gdb/doc/agentexpr.texi index 5a360df..f2d51b7 100644 --- a/gdb/doc/agentexpr.texi +++ b/gdb/doc/agentexpr.texi @@ -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 |