2002-07-09 Don Howard <dhoward@redhat.com>

* gdb.texinfo (Command Files): Further describe the behavior of
        sourced command files.
This commit is contained in:
Don Howard
2002-07-09 15:59:18 +00:00
parent aec421e08b
commit a71ec26521
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-07-09 Don Howard <dhoward@redhat.com>
* gdb.texinfo (Command Files): Further describe the behavior of
sourced command files.
2002-06-27 Andrew Cagney <ac131313@redhat.com> 2002-06-27 Andrew Cagney <ac131313@redhat.com>
* gdbint.texinfo (User Interface): ISO C rather than ISO-C. * gdbint.texinfo (User Interface): ISO C rather than ISO-C.

View File

@ -12973,8 +12973,8 @@ Execute the command file @var{filename}.
@end table @end table
The lines in a command file are executed sequentially. They are not The lines in a command file are executed sequentially. They are not
printed as they are executed. An error in any command terminates execution printed as they are executed. An error in any command terminates
of the command file. execution of the command file and control is returned to the console.
Commands that would ask for confirmation if used interactively proceed Commands that would ask for confirmation if used interactively proceed
without asking when used in a command file. Many @value{GDBN} commands that without asking when used in a command file. Many @value{GDBN} commands that