[patch] Minor doc tweak.

Don Howard dhoward@redhat.com
Mon Jul 8 16:24:00 GMT 2002


Add a little more info about the behavior of sourced command files.


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

	* gdb.texinfo (Command Files): Further describe the behavior of
	sourced command files.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.103
diff -p -u -w -r1.103 gdb.texinfo
--- gdb.texinfo 25 Jun 2002 07:23:29 -0000      1.103
+++ gdb.texinfo 8 Jul 2002 21:15:36 -0000
@@ -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

-- 
dhoward@redhat.com
gdb engineering







More information about the Gdb-patches mailing list