This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] [doc patch] Describe also option -ex, not just -x


On Sat, 25 Feb 2012 14:50:40 +0100, Eli Zaretskii wrote:
> "Executes", please, for consistency with the style of describing what
> GDB does in this section.

I see now...

Checked in.


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2012-02/msg00173.html

--- src/gdb/doc/ChangeLog	2012/02/24 15:08:18	1.1278
+++ src/gdb/doc/ChangeLog	2012/02/25 13:54:25	1.1279
@@ -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
--- src/gdb/doc/gdb.texinfo	2012/02/24 15:08:18	1.925
+++ src/gdb/doc/gdb.texinfo	2012/02/25 13:54:25	1.926
@@ -1277,8 +1277,9 @@
 @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}.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]