From: Stu Grossman Date: Tue, 26 Oct 1993 01:13:28 +0000 (+0000) Subject: * infrun.c (wait_for_inferior): Fix PC out of objfile bounds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2cdce841c4988c4ad0b45e33fab3c773992f62a3;p=binutils-gdb.git * infrun.c (wait_for_inferior): Fix PC out of objfile bounds check to just use stop_func_name == 0. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8af83d2c17..1bf5dcb1944 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,7 @@ Mon Oct 25 11:08:59 1993 Stu Grossman (grossman at cygnus.com) - * infrun.c (wait_for_inferior): Fix PC out of subroutine bounds - check to use prev_func_start/end instead of stop_func_start/end. + * infrun.c (wait_for_inferior): Fix PC out of objfile bounds + check to just use stop_func_name == 0. * remote-udi.c (store_register): Invalidate NPC/PC_REGNUM after changing PC.