gdb/doc/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 25 Feb 2012 13:54:25 +0000 (13:54 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 25 Feb 2012 13:54:25 +0000 (13:54 +0000)
* gdb.texinfo (Startup): Add option -ex description to the option -x
description.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 3c13f2436fc909d2e669c1997ef80d235aee4241..59bb285d5618b582e4e3d918f92ee71c36507951 100644 (file)
@@ -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
index f58f5216f8d3ce25250aaca3cdeccbdeef6c3290..88dcec11d49367ab89c01f8fbe014910efca1edd 100644 (file)
@@ -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}.
This page took 0.063556 seconds and 4 git commands to generate.