aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-01-06 01:58:07 +0000
committerStu Grossman <grossman@cygnus>1996-01-06 01:58:07 +0000
commit5351b2a08aa9d743f66495fb0c97f372e9fb1c5d (patch)
treea130978fca7c3ed58fc54562a50359a7a6c22857
parentd42799374f405007da9e7d9e42e34d8d28dac63f (diff)
downloadgdb-5351b2a08aa9d743f66495fb0c97f372e9fb1c5d.zip
gdb-5351b2a08aa9d743f66495fb0c97f372e9fb1c5d.tar.gz
gdb-5351b2a08aa9d743f66495fb0c97f372e9fb1c5d.tar.bz2
* stack.c (print_stack_frame print_frame_info) symmisc.c
(dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so that catch_errors doesn't get blindsided by QUIT and lose the cleanup chain. This fixes a problem where ^C while in a user-defined command sometimes leaves instream NULL and causes a segfault in command_loop.
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 038dc9d..0bd8350 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
+
+ * stack.c (print_stack_frame print_frame_info) symmisc.c
+ (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
+ that catch_errors doesn't get blindsided by QUIT and lose the
+ cleanup chain. This fixes a problem where ^C while in a
+ user-defined command sometimes leaves instream NULL and causes a
+ segfault in command_loop.
+
Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
* configure.in, configure: Add `-ldl -lw' for Solaris linking.