From: Jan Kratochvil Date: Sat, 25 Feb 2012 13:54:25 +0000 (+0000) Subject: gdb/doc/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fe37d2340f0f261387a6a6f70d288be1d1eeb1d;p=binutils-gdb.git gdb/doc/ * gdb.texinfo (Startup): Add option -ex description to the option -x description. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3c13f2436fc..59bb285d561 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-02-25 Jan Kratochvil + + * gdb.texinfo (Startup): Add option -ex description to the option -x + description. + 2012-02-24 Luis Machado * gdb.texinfo (Setting Breakpoints): Mention and explain the diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f58f5216f8d..88dcec11d49 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}.