gdb/doc/
* gdb.texinfo (Startup): Add option -ex description to the option -x description.
This commit is contained in:
parent
f9529f4b86
commit
6fe37d2340
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue