* infrun.c (wait_for_inferior): When rolling back the PC after
authorJohn Gilmore <gnu@cygnus>
Tue, 2 Feb 1993 08:43:40 +0000 (08:43 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 2 Feb 1993 08:43:40 +0000 (08:43 +0000)
a breakpoint, call write_pc so that NPC gets rolled back as well
(for the 29K).

gdb/ChangeLog

index e725ed1974743e9f550ff2643d809c6cdd11dd85..40391d8f23535d978799134a899f203a7f78158d 100644 (file)
@@ -1,5 +1,9 @@
 Tue Feb  2 00:19:08 1993  John Gilmore  (gnu@cygnus.com)
 
+       * infrun.c (wait_for_inferior):  When rolling back the PC after
+       a breakpoint, call write_pc so that NPC gets rolled back as well
+       (for the 29K).
+
        * blockframe.c (inside_entry_file, inside_main_func,
        inside_entry_func):  PC of zero is always "bottom of stack".