diff options
author | Fernando Nasser <fnasser@redhat.com> | 1998-07-29 18:59:19 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 1998-07-29 18:59:19 +0000 |
commit | 4ef0351db63229a56d17cab4015d9a08e68922c6 (patch) | |
tree | fc6976bfed35641917e8a366837f059a38446a66 /gdb | |
parent | e1160daac2e88fcf925e93fb85149a9b4116bc7b (diff) | |
download | gdb-4ef0351db63229a56d17cab4015d9a08e68922c6.zip gdb-4ef0351db63229a56d17cab4015d9a08e68922c6.tar.gz gdb-4ef0351db63229a56d17cab4015d9a08e68922c6.tar.bz2 |
* symfile.c (add_symbol_file_command): Test for the from_tty
parameter and avoid query when not interactive.
PR16620
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6e1966e..d9e5eeb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +1998-07-29 Fernando Nasser <fnasser@totem.to.cygnus.com> + + * symfile.c (add_symbol_file_command): Test for the from_tty + parameter and avoid query when not interactive. + start-sanitize-am33 Wed Jul 29 10:39:29 1998 Jeffrey A Law (law@cygnus.com) |