* 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).
This commit is contained in:
John Gilmore 1993-02-02 08:43:40 +00:00
parent d122f25767
commit 1b6a208786

View 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".