* gdb.texinfo (Startup): Add option -ex description to the option -x
	description.
This commit is contained in:
Jan Kratochvil 2012-02-25 13:54:25 +00:00
parent f9529f4b86
commit 6fe37d2340
2 changed files with 8 additions and 2 deletions

View 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

View 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}.