mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-16 23:06:48 +08:00
2012-07-05 Hui Zhu <hui_zhu@mentor.com>
* gdb.texinfo (Maintenance Commands): Change help for "maint agent" and "maint agent-eval".
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-07-05 Hui Zhu <hui_zhu@mentor.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Maintenance Commands): Change help for "maint agent"
|
||||||
|
and "maint agent-eval".
|
||||||
|
|
||||||
2012-07-03 Eli Zaretskii <eliz@gnu.org>
|
2012-07-03 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* gdb.texinfo: Separate the index into 2 indices, cp and fn, to
|
* gdb.texinfo: Separate the index into 2 indices, cp and fn, to
|
||||||
|
@ -34466,8 +34466,8 @@ messages, see @ref{Debugging Output}.)
|
|||||||
@table @code
|
@table @code
|
||||||
@kindex maint agent
|
@kindex maint agent
|
||||||
@kindex maint agent-eval
|
@kindex maint agent-eval
|
||||||
@item maint agent @var{expression}
|
@item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
|
||||||
@itemx maint agent-eval @var{expression}
|
@itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
|
||||||
Translate the given @var{expression} into remote agent bytecodes.
|
Translate the given @var{expression} into remote agent bytecodes.
|
||||||
This command is useful for debugging the Agent Expression mechanism
|
This command is useful for debugging the Agent Expression mechanism
|
||||||
(@pxref{Agent Expressions}). The @samp{agent} version produces an
|
(@pxref{Agent Expressions}). The @samp{agent} version produces an
|
||||||
@ -34478,6 +34478,8 @@ globb} will include bytecodes to record four bytes of memory at each
|
|||||||
of the addresses of @code{globa} and @code{globb}, while discarding
|
of the addresses of @code{globa} and @code{globb}, while discarding
|
||||||
the result of the addition, while an evaluation expression will do the
|
the result of the addition, while an evaluation expression will do the
|
||||||
addition and return the sum.
|
addition and return the sum.
|
||||||
|
If @code{-at} is given, generate remote agent bytecode for @var{location}.
|
||||||
|
If not, generate remote agent bytecode for current frame PC address.
|
||||||
|
|
||||||
@kindex maint agent-printf
|
@kindex maint agent-printf
|
||||||
@item maint agent-printf @var{format},@var{expr},...
|
@item maint agent-printf @var{format},@var{expr},...
|
||||||
|
Reference in New Issue
Block a user