aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-11-04 21:28:40 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-11-04 21:28:40 +0000
commite80078baa1e1a090cb00047ce3376e90cf049790 (patch)
treef0aa0159f750e933cbfbe2234236ecbb20c5be5b /gdb
parentca8f2f0d74f32d1d15f109f4c8887cf28baf0299 (diff)
downloadgdb-e80078baa1e1a090cb00047ce3376e90cf049790.zip
gdb-e80078baa1e1a090cb00047ce3376e90cf049790.tar.gz
gdb-e80078baa1e1a090cb00047ce3376e90cf049790.tar.bz2
* remote.c (remote_kill): Use catch_errors when calling putpkt.
(putpkt): Return int, not void, to match catch_errors calling convention.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 57e2129..9a1fbc6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 4 13:11:54 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
+
+ * 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.