From: Jim Kingdon Date: Fri, 4 Nov 1994 21:28:40 +0000 (+0000) Subject: * remote.c (remote_kill): Use catch_errors when calling putpkt. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e80078baa1e1a090cb00047ce3376e90cf049790;p=binutils-gdb.git * remote.c (remote_kill): Use catch_errors when calling putpkt. (putpkt): Return int, not void, to match catch_errors calling convention. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57e21297c35..9a1fbc6f75c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 4 13:11:54 1994 Jim Kingdon + + * remote.c (remote_kill): Use catch_errors when calling putpkt. + (putpkt): Return int, not void, to match catch_errors calling + convention. + Fri Nov 4 10:52:38 1994 Stan Shebs (shebs@andros.cygnus.com) * rs6000-tdep.c (pop_frame): Correct a variable name.