From: Marc Khouzam Date: Fri, 6 Jun 2008 13:15:43 +0000 (+0000) Subject: 2008-06-05 Marc Khouzam X-Git-Tag: msnyder-reverse-20080609-branchpoint~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc5282e75fa56221db28526a0403577c03951c8;p=thirdparty%2Fbinutils-gdb.git 2008-06-05 Marc Khouzam * gdb.texinfo (GDB/MI Program Context): Added example to -exec-arguments --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 716bfae90e3..a6f98e674c3 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,4 +1,9 @@ -2008-05-21 Nick Roberts +2008-06-06 Marc Khouzam + + * gdb.texinfo (GDB/MI Program Context): Added example + to -exec-arguments + +2008-06-05 Nick Roberts * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed annotation. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 966aeab9c6f..9915ea1f221 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -19018,8 +19018,12 @@ The corresponding @value{GDBN} command is @samp{set args}. @subsubheading Example -@c FIXME! -Don't have one around. +@smallexample +(gdb) +-exec-arguments -v word +^done +(gdb) +@end smallexample @subheading The @code{-exec-show-arguments} Command