x
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 16 Oct 1993 04:58:20 +0000 (04:58 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 16 Oct 1993 04:58:20 +0000 (04:58 +0000)
gdb/ChangeLog

index f83bbe3..94a9046 100644 (file)
@@ -1,8 +1,8 @@
 Fri Oct 15 21:29:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
-       * stack.c (print_stack_frame): Put catch_errors around print_frame_info
-       so (for example) error printing source doesn't cause auto-displays
-       to get skipped in normal_stop.
+       * stack.c (print_stack_frame): Put catch_errors around
+       print_frame_info so (for example) error printing source doesn't
+       cause auto-displays to get skipped in normal_stop.
 
        * findvar.c (value_from_register): When preparing to cast a value
        from REGISTER_VIRTUAL_TYPE to type, copy the REGISTER_VIRTUAL_SIZE;