* infrun.c (restore_inferior_status): Use catch_errors when
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 26 Aug 1993 21:38:34 +0000 (21:38 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 26 Aug 1993 21:38:34 +0000 (21:38 +0000)
restoring selected frame.

gdb/ChangeLog

index 7f42e8c..f957a0c 100644 (file)
@@ -1,3 +1,14 @@
+Thu Aug 26 14:32:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c (restore_inferior_status): Use catch_errors when
+       restoring selected frame.
+
+Wed Aug 25 21:52:25 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c (save_inferior_status, restore_inferior_status):
+       Save and restore the registers too.
+       * inferior.h (struct inferior_status): Add "registers".
+
 Tue Aug 24 00:36:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * dbxread.c (end_psymtab): Clean up comment.