2002-07-09 Don Howard <dhoward@redhat.com>
authorDon Howard <dhoward@redhat.com>
Tue, 9 Jul 2002 15:59:18 +0000 (15:59 +0000)
committerDon Howard <dhoward@redhat.com>
Tue, 9 Jul 2002 15:59:18 +0000 (15:59 +0000)
        * gdb.texinfo (Command Files): Further describe the behavior of
        sourced command files.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 52ec580..c3fcc3d 100644 (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>
 
        * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
index 6d725ed..d72613b 100644 (file)
@@ -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