aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-02-25 13:54:25 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-02-25 13:54:25 +0000
commit6fe37d2340f0f261387a6a6f70d288be1d1eeb1d (patch)
treeb498b2f760f489067cf5ae8739257ec84656c56d /gdb
parentf9529f4b86502268409514c58b0098c52b966dde (diff)
downloadgdb-6fe37d2340f0f261387a6a6f70d288be1d1eeb1d.zip
gdb-6fe37d2340f0f261387a6a6f70d288be1d1eeb1d.tar.gz
gdb-6fe37d2340f0f261387a6a6f70d288be1d1eeb1d.tar.bz2
gdb/doc/
* gdb.texinfo (Startup): Add option -ex description to the option -x description.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo5
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}.