diff options
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3c13f24..59bb285 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.texinfo (Startup): Add option -ex description to the option -x + description. + 2012-02-24 Luis Machado <lgustavo@codesourcery.com> * gdb.texinfo (Setting Breakpoints): Mention and explain the diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f58f521..88dcec1 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1277,8 +1277,9 @@ $ gdb -ex "set auto-load-scripts off" myprogram @end smallexample @item -Reads command files specified by the @samp{-x} option. @xref{Command -Files}, for more details about @value{GDBN} command files. +Executes commands and command files specified by the @samp{-ex} and +@samp{-x} options in their specified order. @xref{Command Files}, for +more details about @value{GDBN} command files. @item Reads the command history recorded in the @dfn{history file}. |