aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-10-26 01:13:28 +0000
committerStu Grossman <grossman@cygnus>1993-10-26 01:13:28 +0000
commit2cdce841c4988c4ad0b45e33fab3c773992f62a3 (patch)
treea90c49f56b36ab6c9fe5e3043da44c3c9a8abd80 /gdb
parent12f4fe6cd6ebe66e13e248abbbde922f5d459a0c (diff)
downloadgdb-2cdce841c4988c4ad0b45e33fab3c773992f62a3.zip
gdb-2cdce841c4988c4ad0b45e33fab3c773992f62a3.tar.gz
gdb-2cdce841c4988c4ad0b45e33fab3c773992f62a3.tar.bz2
* infrun.c (wait_for_inferior): Fix PC out of objfile bounds
check to just use stop_func_name == 0.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e8af83d..1bf5dcb 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.