diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-19 20:11:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-19 20:11:17 +0000 |
commit | 165b8e33ee01fccd77a949a27056812c6e26ab65 (patch) | |
tree | 48b7409244e6a7eb3a30299a7fa33dc393e1ad3e /gdb/ChangeLog | |
parent | 36918e70e5cbd19f845d09abf5f8630f102eeafe (diff) | |
download | gdb-165b8e33ee01fccd77a949a27056812c6e26ab65.zip gdb-165b8e33ee01fccd77a949a27056812c6e26ab65.tar.gz gdb-165b8e33ee01fccd77a949a27056812c6e26ab65.tar.bz2 |
From Fernando Nasser:
* remote.c (remote_async_open_1): Re-throw the exception when the
connection fails.
(remote_cisco_open): Ditto.
(remote_open_1): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a2d38da..8504cc4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2002-05-19 Andrew Cagney <ac131313@redhat.com> + From Fernando Nasser: + * remote.c (remote_async_open_1): Re-throw the exception when the + connection fails. + (remote_cisco_open): Ditto. + (remote_open_1): Ditto. + +2002-05-19 Andrew Cagney <ac131313@redhat.com> + * remote.c (remote_start_remote_dummy): Add uiout parameter. (remote_start_remote): Add uiout parameter. Pass through to remote_start_remote_dummy. |