From 2cdce841c4988c4ad0b45e33fab3c773992f62a3 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 26 Oct 1993 01:13:28 +0000 Subject: [PATCH] * infrun.c (wait_for_inferior): Fix PC out of objfile bounds check to just use stop_func_name == 0. --- gdb/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.30.2