mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
2002-07-09 Don Howard <dhoward@redhat.com>
* gdb.texinfo (Command Files): Further describe the behavior of sourced command files.
This commit is contained in:
@ -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>
|
2002-06-27 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* gdbint.texinfo (User Interface): ISO C rather than ISO-C.
|
* gdbint.texinfo (User Interface): ISO C rather than ISO-C.
|
||||||
|
@ -12973,8 +12973,8 @@ Execute the command file @var{filename}.
|
|||||||
@end table
|
@end table
|
||||||
|
|
||||||
The lines in a command file are executed sequentially. They are not
|
The lines in a command file are executed sequentially. They are not
|
||||||
printed as they are executed. An error in any command terminates execution
|
printed as they are executed. An error in any command terminates
|
||||||
of the command file.
|
execution of the command file and control is returned to the console.
|
||||||
|
|
||||||
Commands that would ask for confirmation if used interactively proceed
|
Commands that would ask for confirmation if used interactively proceed
|
||||||
without asking when used in a command file. Many @value{GDBN} commands that
|
without asking when used in a command file. Many @value{GDBN} commands that
|
||||||
|
Reference in New Issue
Block a user