From: John Gilmore Date: Tue, 2 Feb 1993 08:43:40 +0000 (+0000) Subject: * infrun.c (wait_for_inferior): When rolling back the PC after X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b6a208786fd448cd3016533aa7216ae91320738;p=binutils-gdb.git * 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). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e725ed19747..40391d8f235 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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".