From a71ec26521067a17212d76a900b1b703512f294e Mon Sep 17 00:00:00 2001 From: Don Howard Date: Tue, 9 Jul 2002 15:59:18 +0000 Subject: [PATCH] 2002-07-09 Don Howard * gdb.texinfo (Command Files): Further describe the behavior of sourced command files. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 52ec580..c3fcc3d 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 6d725ed..d72613b 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 -- 2.7.4