diff options
author | Keith Seitz <keiths@cygnus> | 1998-03-05 22:41:56 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-03-05 22:41:56 +0000 |
commit | 17772016ca28b47595e841715bafb3c219be378a (patch) | |
tree | cbde8af061297296c9d6f10247709c894877838b /gdb/ChangeLog | |
parent | 6ba4c1539f3482d092504b19ff79394db49617b8 (diff) | |
download | gdb-17772016ca28b47595e841715bafb3c219be378a.zip gdb-17772016ca28b47595e841715bafb3c219be378a.tar.gz gdb-17772016ca28b47595e841715bafb3c219be378a.tar.bz2 |
* ocd.c (ocd_open): If we fail ocd_start_remote, make sure we
error () so that we abort out of bdm_ppc_open.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6bb149d..45017fc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 5 14:42:41 1998 Keith Seitz <keiths@onions.cygnus.com> + + * ocd.c (ocd_open): If we fail ocd_start_remote, make sure we + error () so that we abort out of bdm_ppc_open. + Wed Mar 4 16:53:52 1998 Martin M. Hunt <hunt@cygnus.com> * serial.c (_initialize_serial): Add a description of |