aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorDon Howard <dhoward@redhat.com>2002-07-09 15:59:18 +0000
committerDon Howard <dhoward@redhat.com>2002-07-09 15:59:18 +0000
commita71ec26521067a17212d76a900b1b703512f294e (patch)
tree1059db6e099625fd4d0245733c055ad96a95fef8 /gdb/doc
parentaec421e08bbb6921022f45cf5f19a194177f2afb (diff)
downloadfsf-binutils-gdb-a71ec26521067a17212d76a900b1b703512f294e.zip
fsf-binutils-gdb-a71ec26521067a17212d76a900b1b703512f294e.tar.gz
fsf-binutils-gdb-a71ec26521067a17212d76a900b1b703512f294e.tar.bz2
2002-07-09 Don Howard <dhoward@redhat.com>
* gdb.texinfo (Command Files): Further describe the behavior of sourced command files.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo4
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 <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.
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