diff options
author | Keith Seitz <keiths@redhat.com> | 2013-03-13 17:55:50 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2013-03-13 17:55:50 +0000 |
commit | 6dd24dfaecfff8a3a388bbd42e077956c2ec763d (patch) | |
tree | c3da2c366ec68f33a3a02464a583520ba9e5b84a /gdb/doc | |
parent | a0bcdaa75e9fbabdf4e1654e4aba5237c8360989 (diff) | |
download | gdb-6dd24dfaecfff8a3a388bbd42e077956c2ec763d.zip gdb-6dd24dfaecfff8a3a388bbd42e077956c2ec763d.tar.gz gdb-6dd24dfaecfff8a3a388bbd42e077956c2ec763d.tar.bz2 |
* gdb.texinfo (Maintenance Commands): Add missing ')' for
"maint agent" reference to Dynamic printf.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 677e93b..d45c4b8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2013-03-13 Keith Seitz <keiths@redhat.com> + + * gdb.texinfo (Maintenance Commands): Add missing ')' for + "maint agent" reference to Dynamic printf. + 2013-03-11 Eli Zaretskii <eliz@gnu.org> * gdb.texinfo (General Query Packets): Don't use colon in index diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9ee2d2f..0822bd2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35339,7 +35339,7 @@ If not, generate remote agent bytecode for current frame PC address. Translate the given format string and list of argument expressions into remote agent bytecodes and display them as a disassembled list. This command is useful for debugging the agent version of dynamic -printf (@pxref{Dynamic Printf}. +printf (@pxref{Dynamic Printf}). @kindex maint info breakpoints @item @anchor{maint info breakpoints}maint info breakpoints |