diff options
author | Keith Seitz <keiths@cygnus> | 1998-05-25 20:34:48 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-05-25 20:34:48 +0000 |
commit | 6ac0c55df1513682a509c2d5d920142b15629249 (patch) | |
tree | c61936b1ea3ea85ab858b2b2ec0a327f2468825b /gdb | |
parent | 451a9c0587994acd8aeee20d9e40fdb516910f34 (diff) | |
download | gdb-6ac0c55df1513682a509c2d5d920142b15629249.zip gdb-6ac0c55df1513682a509c2d5d920142b15629249.tar.gz gdb-6ac0c55df1513682a509c2d5d920142b15629249.tar.bz2 |
* remote.c (remote_open_1): If an error occurs starting the remote, pop the
target AND return.
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 0b7ed73..e45bd63 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Mon May 25 13:31:27 1998 Keith Seitz <keiths@cygnus.com> + + * remote.c (remote_open_1): If an error occurs starting the remote, pop the + target AND return. + Sat May 23 02:23:09 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * dwarf2read.c (read_subroutine_type): Set TYPE_FLAG_PROTOTYPED |