From: Don Howard Date: Tue, 9 Jul 2002 15:59:18 +0000 (+0000) Subject: 2002-07-09 Don Howard X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a71ec26521067a17212d76a900b1b703512f294e;p=binutils-gdb.git 2002-07-09 Don Howard * gdb.texinfo (Command Files): Further describe the behavior of sourced command files. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 52ec58055ff..c3fcc3d3665 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-09 Don Howard + + * gdb.texinfo (Command Files): Further describe the behavior of + sourced command files. + 2002-06-27 Andrew Cagney * gdbint.texinfo (User Interface): ISO C rather than ISO-C. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6d725ed73d9..d72613bcb87 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12973,8 +12973,8 @@ Execute the command file @var{filename}. @end table The lines in a command file are executed sequentially. They are not -printed as they are executed. An error in any command terminates execution -of the command file. +printed as they are executed. An error in any command terminates +execution of the command file and control is returned to the console. Commands that would ask for confirmation if used interactively proceed without asking when used in a command file. Many @value{GDBN} commands that