summaryrefslogtreecommitdiff
path: root/gdb
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
commit4a5a4f14154fa56db79e38c0f0d9e9fb07c21def (patch)
tree4843f873d0e8aeb9d14457b4f014e9a41566aca2 /gdb
parent08a533ba2e319ef82ef509e97113542a98a430c8 (diff)
downloadgdb-4a5a4f14154fa56db79e38c0f0d9e9fb07c21def.tar.gz
2002-07-09 Don Howard <dhoward@redhat.com>
* gdb.texinfo (Command Files): Further describe the behavior of sourced command files.
Diffstat (limited to 'gdb')
-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 52ec58055ff..c3fcc3d3665 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 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