aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-12-31 22:34:56 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-12-31 22:34:56 +0000
commit4c6071f78c29f23c4571de8b00b3325b8200aad7 (patch)
tree8a79f41d3ede66d4989c4842edc7cce327bd4fc9 /gdb/ChangeLog
parent728472f17007c03cb88525ffe4042c4370b26e78 (diff)
downloadgdb-4c6071f78c29f23c4571de8b00b3325b8200aad7.zip
gdb-4c6071f78c29f23c4571de8b00b3325b8200aad7.tar.gz
gdb-4c6071f78c29f23c4571de8b00b3325b8200aad7.tar.bz2
* remote-mips.c: Add timeout parameter to mips_request and
mips_receive_packet. (callers): pass in mips_receive_wait except mips_initialize (where we use it to clean up the kludge where we had been changing mips_receive_wait temporarily) and mips_wait (where we pass in -1 for no timeout).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d94993a..6a2b5f6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Fri Dec 31 12:13:47 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
+
+ * remote-mips.c: Add timeout parameter to mips_request and
+ mips_receive_packet.
+ (callers): pass in mips_receive_wait except mips_initialize (where
+ we use it to clean up the kludge where we had been changing
+ mips_receive_wait temporarily) and mips_wait (where we pass in
+ -1 for no timeout).
+
Fri Dec 31 14:33:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* stack.c (print_block_frame_locals): Also print LOC_BASEREG variables.