diff options
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 |