* stack.c (print_stack_frame print_frame_info) symmisc.c
authorStu Grossman <grossman@cygnus>
Sat, 6 Jan 1996 01:58:07 +0000 (01:58 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 6 Jan 1996 01:58:07 +0000 (01:58 +0000)
commit5351b2a08aa9d743f66495fb0c97f372e9fb1c5d
treea130978fca7c3ed58fc54562a50359a7a6c22857
parentd42799374f405007da9e7d9e42e34d8d28dac63f
* 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.
gdb/ChangeLog