From 6fe37d2340f0f261387a6a6f70d288be1d1eeb1d Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 25 Feb 2012 13:54:25 +0000 Subject: [PATCH] gdb/doc/ * gdb.texinfo (Startup): Add option -ex description to the option -x description. --- gdb/doc/ChangeLog | 5 +++++ 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 + + * 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 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}. -- 2.7.4